Re: SQL HELP

From: Brian M. Biggs <bbiggs_at_cincom.com>
Date: 1995/11/20
Message-ID: <48qme3$bd4_at_wormhole.cincom.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)%'
>

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

-- 
Brian M. Biggs                             
mailto:bbiggs_at_cincom.com
Cincom Systems, Inc.                       voice: (513) 
677-7661
http://www.cincom.com/
Received on Mon Nov 20 1995 - 00:00:00 CET

Original text of this message