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

Re: [kencl] Scripts for last 10 posting

Quote Reply
Re: [kencl] Scripts for last 10 posting In reply to
Hi,

See the docs on GT::SQL::Condition, it's what should be used for any advanced where clauses.

my $cond = GT::SQL::Condition->new('post_moved', '<>', 1);
$table->select($cond);

To do the select distinct, you would do:

$table->select('DISTINCT(column)', $cond);

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Scripts for last 10 posting bgkhoo 17736 Dec 3, 2001, 7:40 AM
Post Re: [bgkhoo] Scripts for last 10 posting
Wil 17462 Dec 3, 2001, 7:42 AM
Thread Re: [bgkhoo] Scripts for last 10 posting
Paul 17473 Dec 3, 2001, 8:14 AM
Thread Re: [PaulW] Scripts for last 10 posting
bgkhoo 17433 Dec 3, 2001, 9:52 AM
Post Post deleted by PaulW
Paul 17415 Dec 3, 2001, 10:36 AM
Thread Re: [bgkhoo] Scripts for last 10 posting
Paul 17433 Dec 3, 2001, 11:02 AM
Post Post deleted by kjetilpa
kjetilpa 17353 Jul 31, 2002, 1:54 AM
Thread Re: [Paul] Scripts for last 10 posting
Jag 17246 Sep 2, 2002, 7:03 AM
Thread Re: [Jag] Scripts for last 10 posting
Paul 17299 Sep 2, 2002, 7:36 AM
Post Re: [Paul] Scripts for last 10 posting
Jag 17216 Sep 2, 2002, 7:43 AM
Post Re: [Paul] Scripts for last 10 posting
Jag 17193 Sep 2, 2002, 7:53 AM
Thread Re: [Paul] Scripts for last 10 posting
Jag 17207 Sep 2, 2002, 9:04 AM
Thread Re: [Jag] Scripts for last 10 posting
maxpico 17178 Sep 4, 2002, 12:41 PM
Post Re: [maxpico] Scripts for last 10 posting
Jag 17117 Sep 5, 2002, 6:57 AM
Post Re: [Paul] Scripts for last 10 posting
mick31 2998 Aug 1, 2003, 12:33 PM
Thread Re: [Paul] Scripts for last 10 posting
Sir Up 17086 Oct 4, 2002, 11:41 AM
Thread Re: [Sir Up] Scripts for last 10 posting
Paul 17083 Oct 4, 2002, 12:30 PM
Post Re: [Paul] Scripts for last 10 posting
Sir Up 17064 Oct 4, 2002, 12:51 PM
Thread Re: [Paul] Scripts for last 10 posting
kencl 16628 Feb 3, 2003, 3:32 PM
Thread Re: [kencl] Scripts for last 10 posting
yogi 16662 Feb 4, 2003, 1:22 AM
Thread Re: [yogi] Scripts for last 10 posting
kencl 16583 Feb 4, 2003, 1:01 PM
Thread Re: [kencl] Scripts for last 10 posting
kencl 16553 Feb 21, 2003, 9:48 AM
Thread Re: [kencl] Scripts for last 10 posting
Alex 16538 Feb 26, 2003, 12:59 AM
Thread Re: [Alex] Scripts for last 10 posting
kencl 16438 Mar 18, 2003, 4:54 PM
Thread Re: [kencl] Scripts for last 10 posting
Alex 16473 Mar 18, 2003, 5:04 PM
Post Re: [Alex] Scripts for last 10 posting
kencl 16450 Mar 18, 2003, 5:15 PM
Post Re: [bgkhoo] Scripts for last 10 posting
rmurdo 2560 Nov 15, 2008, 6:30 PM