question

pri7890 avatar image
pri7890 asked

What error does this query posts?? and if yes why??

UPDATE tableA A1

SET A1.col1 =

(SELECT col2

FROM tableA A2, tableB B1

WHERE A2.col3 = B1.col1 AND (few MORE conditions)

AND A2.col2 = A1.col2)

WHERE

A1.col3 IN (SOME MORE conditions)


sqlquery
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.