Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Miss something in Documentation

Quote Reply
Miss something in Documentation
Hi all, i just try to select some Links, where one field has a def value and another which should have any value but not be empty.

Try to find something about in docu, find a lot of examples but not this one.


my $sth = $cat_db->select ( ['Links.ID','Links.Aufmacher','Links.Logo'], { FatherID => '1'}, {Logo => '?????'} );

I want to have: select from .... where FatherID='1' AND Logo <> ''
or where FatherID = '1' AND Logo = 'Anything, but not empty'

Robert
Subject Author Views Date
Thread Miss something in Documentation Robert 1626 May 10, 2002, 5:16 AM
Thread Re: [Robert] Miss something in Documentation
Paul 1565 May 10, 2002, 7:17 AM
Post Re: [Paul] Miss something in Documentation
Robert 1546 May 10, 2002, 10:09 AM
Post Re: [Robert] Miss something in Documentation
Alex 1541 May 14, 2002, 9:46 PM