Hallo MAXDB Users,

i have a little problem with understanding a sql statement result.

I have a table  with one column (for testing)
- Wert     INTEGER

and following sql statement:

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.


Best regards
Tim Dehnert



-- 
+++ GMX - die erste Adresse f�r Mail, Message, More +++
Bis 31.1.: TopMail + Digicam f�r nur 29 EUR http://www.gmx.net/topmail


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to