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
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