A
Anon
Hello
1. I have been trying to delete the data in a table
before i update the table. To update the table i have a
SQL query. What is the syntax for adding a DELETE before
the update?
2. I have 3 SQL queries that update the same table, but
from various sources. How can i combine these into 1 SQL
query so that i dont have to 2 SQL statements seperately.
Thanks
EC
1. I have been trying to delete the data in a table
before i update the table. To update the table i have a
SQL query. What is the syntax for adding a DELETE before
the update?
2. I have 3 SQL queries that update the same table, but
from various sources. How can i combine these into 1 SQL
query so that i dont have to 2 SQL statements seperately.
Thanks
EC