View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen[_2_] onedaywhen[_2_] is offline
external usenet poster
 
Posts: 74
Default SQL - extracing digits from a number

Buck wrote:
In other flavors of SQL the SUBSTR function would do the same thing


AFAIK that 'flavor' is proprietary to Oracle. The ANSI standard
equivalent is SUBSTRING.

Jamie.

--