View Single Post
  #1 (permalink)  
Old 08-12-10, 14:50
siggia siggia is offline
Registered User
 
Join Date: Aug 2010
Posts: 2
converting ASA to ASE sql

i have written a bunch of sql in ASA and am now trying to convert it to ASE.
the asa function LOCATE in not running is ASE. is anyone familiar with an ASE function that is similar to the ASA LOCATE function?

thanks for your time.

substring("loc_st_name", LOCATE("loc_st_name",' ',1)+1 ,2),
Reply With Quote