Transactions tutorial

2003-08-14 Thread Thomas Svenson
I'm looking for any online resources/tutorials and such about transactions. Preferable for MySQL, but others will do. Other than that, is there any good book about transactions. Again preferable for MySQL. /T -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsu

no return value from empty table

2003-08-14 Thread Thomas Svenson
Hi list, I'm new here so I don't know if this has been discussed earlier. I have a problem with the following: SELECT IF(column = 'string', 'a', 'b') AS test FROM table; It works just fine if the table is populated. However, if the table is empty (which this one very well can be from time to t