Subject | RE: [firebird-support] Is start a reserved word? |
---|---|
Author | Mercea Paul |
Post date | 2009-05-05T06:31:50Z |
Hi Lars
CONSTRAINT PK_PASS_PASSID PRIMARY KEY (PassID) );
When I execute the statement
select * from pass
I get the whole table. But when I execute
select passid, start from PASS
[PM] try:
Select passid, 'start' from PASS
In Firebird_v2.1.2.ReleaseNotes.pdf on page 87 you'll find that start is
reserved word .
Regards,
Paul
[Non-text portions of this message have been removed]
CONSTRAINT PK_PASS_PASSID PRIMARY KEY (PassID) );
When I execute the statement
select * from pass
I get the whole table. But when I execute
select passid, start from PASS
[PM] try:
Select passid, 'start' from PASS
In Firebird_v2.1.2.ReleaseNotes.pdf on page 87 you'll find that start is
reserved word .
Regards,
Paul
[Non-text portions of this message have been removed]