Dear sirs
I'm trying to make an alias t my fields but these aliases have spaces as
follows
SELECT DEPTID as "dept id" , DEPTNAME as "dept name" FROM DEPTS INTO CURSOR
slctCurs
it gives me a syntax error
how can I fix that??
thanks
Mohammed