below is the SQL query ran in Postgres and its corresponding output.
The data type for the column 'premiseId' is text which is the equivalent of varchar (without any length specifier). So my query is how come the results contain null values in the specified column?
The Postgres version used is 10.11.