I wanting to query a table for a column that has a data type of Boolean. As part of my query I want to only find rows that this column is equal to null. Not sure of the syntax - I’ve tried NULL, null , is null.
Found the syntax which is:
columnName is null