Tim Dehnert wrote:
insert into testtable values(6)
//
select * from testtable
//
delete from testtable where wert > 5

The Result is: Statement successfully executed. No Result.

Why? In think the result of the select statement must be 6. Because the
delete statement is later.

MaxDB currently does not support multiple SQL statements. SQLStudio looks for // to break the buffer into multiple statements and sends them to the server. And as the last statement doesn't return a result set, SQLStudio says so.


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]



Reply via email to