Re: SQL HELP

From: Rob Verlander <robv_at_accessone.com>
Date: 1995/11/22
Message-ID: <48tu3m$df3_at_news.accessone.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)%'

Try:

select * from table
where name like lower('&1'); Received on Wed Nov 22 1995 - 00:00:00 CET

Original text of this message