Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [cassandra] How to get NOT NULL value in a global

Quote Reply
Re: [cassandra] How to get NOT NULL value in a global In reply to
Try using:

require GT::SQL::Condition;

my $cond = GT::SQL::Condition->new( 'XYX', 'IS NOT', 'NULL', 'isValidated', '=', 'Yes');

Then get rid of { ... } and use $cond

If it doesn't work change 'NULL' to \'NULL' ....I can't remember if it needs a reference or not.

Last edited by:

Paul: Apr 9, 2002, 2:35 PM
Subject Author Views Date
Thread How to get NOT NULL value in a global cassandra 2986 Apr 9, 2002, 1:55 PM
Thread Re: [cassandra] How to get NOT NULL value in a global
Paul 2866 Apr 9, 2002, 2:31 PM
Post Re: [Paul] How to get NOT NULL value in a global
cassandra 2857 Apr 10, 2002, 8:31 AM
Post Re: [Paul] How to get NOT NULL value in a global
Alex 2843 Apr 10, 2002, 12:44 PM