c# - MSSQL Simple Update Query: UPDATE TABLE SET FIELD = 1 WHERE FIELD = 2 -


i trying perform simple update query in ms sql. in mysql issue this:

update table set field = 1 field = 2 

i getting error when try in ms visual studio. please this.

the error:

subquery returned more 1 value. not permitted when subquery follows =, !=, <, <=, >, >= or when subquery used expression. statement has been terminated.

thanks.

on limited information hand, suspect have update trigger on table coded expect single row being in inserted or deleted tables.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -