How do I write multiple statements in The Sql Window of SQL Studio...
In other environments I used a ; (semi-colon)
The helpfile says "To separate several SQL statements from one another, enter a commented-out separator line"
Fine by me I know a comment is either // or -- but what is the separator line???
Separator line means that // must be on it's own line.
insert into .... // insert into ...
Daniel Dittmar
-- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED]
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
