Posts by OvOVoVooVo • 1 point
1 post
-
0
votes1
answer23
viewsQ: AND no SQL (Firebird)
I have the following code: UPDATE PRODUTOS SET categoria = '001' WHERE marca = '1774' But there are over 400 brands.. I thought about using AND in Where to do it with multiple brands at once, but it…