Re: SQL HELP

From: John Blackburn <jb2_at_qdot.qld.gov.au>
Date: 1995/11/22
Message-ID: <48u5jr$f01_at_camelot.qdot.qld.gov.au>#1/1


Geoffrey B Milord (gemilord_at_red.seas.upenn.edu) wrote:
: Does any one know how do the following:
: select * from table
: where name like 'lower(&1)%'

try

select * from table
where name like lower(&1)||'%'

--
 
John Blackburn                           Phone: +61 7 32534634
jb2_at_qdot.qld.gov.au                      Fax:   +61 7 38541194

"Please enclose a stamped, self-addressed ethernet packet with
 all correspondence..."

#include <std_disclaimers.h>
Received on Wed Nov 22 1995 - 00:00:00 CET

Original text of this message