mysterious-portugal-30527
03/03/2022, 6:23 PM'HINT: No operator matches the given name and argument types. You might need to add explicit type casts.\n'
The associated SQL Statement:
'(SELECT count(*) AS element_count, sum(CASE WHEN (offer_set IN (NULL) OR offer_set IS NULL) THEN %(param_11)s ELSE %(param_12)s END) '
'AS null_count \n'
Also, this statement seems a bit non-sensical. checking for offer_set in (NULL) or offer_set IS NULL) ?? Both of these tests do the same thing right?? Wouldn’t we want to pick one test? Why do both? Am I missing something??big-carpet-38439
03/03/2022, 10:56 PMWHEN offer_set IS NULL
big-carpet-38439
03/03/2022, 10:56 PMmysterious-portugal-30527
03/03/2022, 10:58 PMbig-carpet-38439
03/08/2022, 11:49 PM