jack786
7th July 2004, 06:19
Do we have table aliases concept in Baan IV.
I am getting errors if I write one SQL stmt with aliases.

rgds,
Jack

sachin03
7th July 2004, 07:13
Yes, Aliases are possible in baan IV. But you can't use aliases in SQL Queries, you can use aliases in the SQL statements in the program scripts.
e.g.
select itm001.*
from tiitm001 itm001