Subject | Re: [firebird-support] select statments with both "*" and specific rows |
---|---|
Author | Woody |
Post date | 2006-08-02T15:49:07Z |
From: "yoav112003" <yoav112003@...>
You must qualify the field names when you use the * and other field names.
At least, that's what I've found needs to be done. This syntax should also
work for the other databases as well.
However, why do you need the redundancy of the rowid field name?
HTH
Woody (TMW)
> HelloSelect Events.rowid, Events.* from Events
>
> I am trying to run the following query:
>
> SELECT rowid, * FROM Events;
You must qualify the field names when you use the * and other field names.
At least, that's what I've found needs to be done. This syntax should also
work for the other databases as well.
However, why do you need the redundancy of the rowid field name?
HTH
Woody (TMW)