2 Dec
1999
2 Dec
'99
5:20 p.m.
Another intersting fast is that when I test the sql method in the management interface, I get the result shown below, but the update statement in fact succeeds.
" This was not a query. "
This is perfectly normal. Your SQL statement was not requesting any returned data (it wasn't a SELECT, SHOW, etc.). The test will show that message if showing the returned results is not applicable (as it is in this case).