J
Jeff
Does anyone know syntax for renaming a field using MS Query with a
oracle databse?
select f1 "MyField" from mytable; returns an error
actually more correctly stated my query is something like
select myfunction(f1, f2, f3) "MyName" from table1 where f1 = 1;
Thanks for pointing me in the right direction.
oracle databse?
select f1 "MyField" from mytable; returns an error
actually more correctly stated my query is something like
select myfunction(f1, f2, f3) "MyName" from table1 where f1 = 1;
Thanks for pointing me in the right direction.