0
Yes you can, your update statement would look like this
update SB1300
set B1_DESC = 'novo valor', B1_CODBAR = 'novo valor'
where B1_XCODORI = /*sua condição*/
0
1
Yes you can, your update statement would look like this
update SB1300
set B1_DESC = 'novo valor', B1_CODBAR = 'novo valor'
where B1_XCODORI = /*sua condição*/
Browser other questions tagged query sql-update multiple
You are not signed in. Login or sign up in order to post.