Re: SQL HELP

From: Chuck Hamilton <chuckh_at_ix.netcom.com>
Date: 1995/11/21
Message-ID: <48st95$r86_at_ixnews7.ix.netcom.com>#1/1


gemilord_at_red.seas.upenn.edu (Geoffrey B Milord) wrote:

>Does any one know how do the following:
>select * from table
>where name like 'lower(&1)%'
 

>Thanks

Another alternative is

SELECT * FROM table
WHERE name LIKE LOWER('&1.%');

--
Chuck Hamilton
chuckh_at_ix.netcom.com

Never share a foxhole with anyone braver than yourself!
Received on Tue Nov 21 1995 - 00:00:00 CET

Original text of this message