I got many questions with similar questions, but no one addressed me to a specific question.
How does updating with such conditions work between two unlinked tables?
As an example
TABLE_I id, place, junk, junk, junk TABLE_II ID, category, placed, note, junk, junk ...
If the status is in tabi_II
where range = 9 and note = @ test rate
should be an update, where One value in tab IV matches one in the table_i
UPDATE TABLE_I SET placed = @ testvalue WHERE
.. current TABLE_I.Placed = Table_II.Placed
Assume that the above conditions are met
whether the SQA Is such a step-conditioning even possible in L? Or will it require coding outside of the query to test it in phases?
No comments:
Post a Comment