Subject Create View on FB 1.5.2.4731... BUG ?
Author Douglas Dallacqua
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]