Subject | Re: [firebird-support] Re: Could you help me with basic SELECT queries, please? |
---|---|
Author | Ismael L. Donis García |
Post date | 2011-04-14T17:26:48Z |
Replace all:
select * from table
for
select t.* from table t
Best Regards
=========
|| ISMAEL ||
=========
PD: My connection is for modem, for such motive they delay answers.
select * from table
for
select t.* from table t
Best Regards
=========
|| ISMAEL ||
=========
PD: My connection is for modem, for such motive they delay answers.
----- Original Message -----
From: truewodzu
To: firebird-support@yahoogroups.com
Sent: Thursday, April 14, 2011 12:55 PM
Subject: [firebird-support] Re: Could you help me with basic SELECT queries,
please?
--- In firebird-support@yahoogroups.com, "Ismael L. Donis García"
<ismael@...> wrote:
>
> SELECT c.*, (1+1) AS test FROM CITIES c
>
Thanks, already someone told me about this. I guess I would never figured
that out by myself :)