Search the Whole World Here.,.,

SQL - Update Warning!


Be careful when updating records. If we omit the WHERE clause, ALL records will be updated:

Example

UPDATE Customers
SET ContactName='Juan';
Try it Yourself »


EmoticonEmoticon