I have a Firebird SQL script as follows :-
ALTER TABLE COSTCENT DROP ROW_VER;
ALTER TABLE COSTNUMB DROP ROW_VER;
When I run it in ibexpert, I get the following error :-
Invalid token.
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 2, column 1.
ALTER.
why is this?
Why won't it run multiple statements, one after the other?
Regards