What if there are no WHERE conditions? Then it will populate all records with fields called 'condition'? I know these are simplistic questions. I am new to this and converting a program that is using declared temp tables to using existing tables in the database. THanks for your help.
It will update every row in the temp_id_map table. If that table does not have a column called "condition", then the command will throw an exception and nothing will be updated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.