Subject Re: [firebird-support] select statments with both "*" and specific rows
Author Milan Babuskov
yoav112003 wrote:
> I am trying to run the following query:
>
> SELECT rowid, * FROM Events;

Try:

SELECT rowid, e.* FROM Events e;


--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org