Subject Re: [firebird-support] Dumb Question
Author Helen Borrie
At 01:12 PM 9/12/2003 +0000, you wrote:
>In Oracle I'm used to using SQL to create SQL scripts. While I can
>do the same in Firebird I can't seem to figure out how to run
>multiple statements as a script.
>
>EXAMPLE
>
>SELECT MAX(ID) FROM TABLE1;
>SELECT MAX(ID) FROM TABLE2;
>SELECT MAX(ID) FROM TABLE3;

This would be fine if they weren't SELECT statements. What is the
objective of this erm...script...?


>It gives me an error on line 2.
>
>I hate to have to write a procedure for something that sould be
>simple.
>
>Anyone have a solution?

How about another dumb question...what's the actual problem? (Meaning,
what do you want to achieve?)

heLen