Not Null Database Condition
Hi,
In the Where condition, I have the following JavaScript:
var E = localStorage.getItem('local_EventID');
var S = "not null";
return '{"EventID":"'+E+'", "Score":"'+S+'"}';
It gives me no data (even though many records exist). Please note Score can be LESS THAN 0, ZERO, or GREATER THAN 0.
I want to eliminate NULL values from the results.
Thanks!
Best Regards
Bhupinder Chawla