Subject | Create View on FB 1.5.2.4731... BUG ? |
---|---|
Author | Douglas Dallacqua |
Post date | 2005-04-30T21:58:46Z |
CREATE VIEW VW_TEST(
ID_TEST,
NAME)
AS
select first 100 A,B from table;
Error:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 3, char 8.
first.
On Firebird 1.03 and 2.0 Alpha 1 runs OK.
[]s
Douglas
[Non-text portions of this message have been removed]
ID_TEST,
NAME)
AS
select first 100 A,B from table;
Error:
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 3, char 8.
first.
On Firebird 1.03 and 2.0 Alpha 1 runs OK.
[]s
Douglas
[Non-text portions of this message have been removed]