Not really a tech support issue per se, except on my own end...
Warning: Do not use the following command to TRY and update only one row:
"Update myTable SET field1 = newValue, field2 = newValue"
I now have a huge table with each record the same. Forgetting to set the WHERE ID = IDNumber clause is BAD.
Thank god for backups.
Warning: Do not use the following command to TRY and update only one row:
"Update myTable SET field1 = newValue, field2 = newValue"
I now have a huge table with each record the same. Forgetting to set the WHERE ID = IDNumber clause is BAD.
Thank god for backups.
no subject
Date: 2004-11-04 11:57 am (UTC)"honest boss, it was a typo!"
Luckily...
Date: 2004-11-04 12:38 pm (UTC)