G
Guest
How can I code a query so that the result is in upper case. I tried the
following but it is not correct.
Select upper(field1) as cursor1
from tbl1;
following but it is not correct.
Select upper(field1) as cursor1
from tbl1;