Hi Steve, if you submit sql statements in a DirectSQL window of SQLStudio you have to separate them with comment lines, your example (corrected due to Elke's explanation about transactions) would read like this :
select yadda from yaddayadda // this line must be commented right(i.e. left) from the beginning. commit However, note that the above is not a multiline statement, it is a sequence consisting of two statements. It is also possible to break one single statement into multiple lines , line breaks are considered whitespace, so semicolons are not necessary : select yadda from yaddayadda // commit nice weekend, regards Markus Stausberg SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
