What is the best way to convert an int or null to boolean value in an SQL query?
- by Thomas Bratt
What is the best way to convert an int or null to boolean value in an SQL query, such that:
Any non-null value is TRUE in the results
Any null value is FALSE in the results