Sorry but I'm a bit of a SQL novice and having trouble setting a bit value based on other numeric column values.
What I want to do is somthing like this (in pseudo speak!)
UPDATE MyTable
SET MyBitColumn = ((MyNumeric1 > 0 ) OR (MyNumeric2 >0))
WHERE etc.
What is the correct sysntax to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.