-
Clean way to do conditional statement in SQL?
I was wondering what the best way to do conditional update in q? I know i can do the below but wondering if theres a shorter/cleaner way.
t:flip `a`b!(1 2;01b) update c:{$[x;`true;`false]} each b from t
Log in to reply.