Handling Null in DATE type Column

i had one situation, where i have date type column and want to check or add condition if any row from that column is null print statement. how to handle if date type column is null.

You can use data validator to validate the data.

Add validation condition, specify the date column and do not allow null values.

1 Like