DELETE and UPDATE using multiple table joins
- Posted by Sqltimes
- On April 13, 2013
- 0 Comments
DELETE and UPDATE are one of the most powerful statements in SQL. Being responsible for production systems, a lot of times I need to make changes to data (or meta data) in production directly. Any not every system has a development environment where I could test my SQL statements. Scary !! but sadly true. So […]
Read More