Subject | Possible bug in 1.5.1 |
---|---|
Author | Sandeep Chandra |
Post date | 2004-08-24T21:54:07Z |
Hi
Following sql statement works fine
select first 10 tbl.* from "My_Table" tbl
but following doesn't
select first 10 * from "My_Table"
Is it necessary to have table alias in dialect 3 ?
Regards
Sandeep
Following sql statement works fine
select first 10 tbl.* from "My_Table" tbl
but following doesn't
select first 10 * from "My_Table"
Is it necessary to have table alias in dialect 3 ?
Regards
Sandeep