Hi, I am trying to run the following :
SELECT auth.c_name,
auth.auth ,
MID( auth.auth, 1 ,1) AS COLUMN_0 ,
( select "function" from key5932 where "key-index" =0 ) as index0,
But i am getting following error:
'MID' is not a recognized built-in function name.
can any1 pls help me to solve this....
with regards,
Delna