|
|
|
|
|
by Pxtl
4229 days ago
|
|
I do it in UPDATES UPDATE FOO
SET BAR = 1
, BAZ = 2
, QUUX = 3
I like it that way. Makes it clear the relationship between the continuing lines and their parents. Just the natural extension of WHERE ALICE = 1
AND BOB =2
AND CHARLIE = 3
|
|
In your example, I don't know SET BAR = 1 isn't the end until I read the next line.