I have this part of query:
IF(orders = NULL OR orders = '', "value1', 'value2')
which works with empty cells but not with null ones, any help? When it's NULL it doesn't make anything but when it's '' it runs the query
I have this part of query:
IF(orders = NULL OR orders = '', "value1', 'value2')
which works with empty cells but not with null ones, any help? When it's NULL it doesn't make anything but when it's '' it runs the query