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

Nedd syntax for an conditional with OR in a global

Quote Reply
Nedd syntax for an conditional with OR in a global
Hallo everbody,

need help for syntax for an conditional

Example:
my $count = $DB->table('CatLinks','Links')->count( GT::SQL::Condition->new( 'statistik','=','1', 'Status', '=', '200','CategoryID', 'IN', \@ids) );

the Status shoud have the value 200 OR 201 OR 202 OR 203 but NOT204

Need help for the correct syntax

Thanks
Jupp
Subject Author Views Date
Thread Nedd syntax for an conditional with OR in a global jupp 1769 Jun 8, 2004, 3:44 AM
Thread Re: [jupp] Nedd syntax for an conditional with OR in a global
afinlr 1723 Jun 8, 2004, 5:28 AM
Post Re: [afinlr] Nedd syntax for an conditional with OR in a global
jupp 1701 Jun 9, 2004, 1:28 AM