Subject | Re: [firebird-support] select statments with both "*" and specific rows |
---|---|
Author | Milan Babuskov |
Post date | 2006-08-02T15:39:41Z |
yoav112003 wrote:
SELECT rowid, e.* FROM Events e;
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> I am trying to run the following query:Try:
>
> SELECT rowid, * FROM Events;
SELECT rowid, e.* FROM Events e;
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org