Subject Possible bug in 1.5.1
Author Sandeep Chandra
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