Re: IN operator

From: Andrew Simkovsky <asimkovsky_at_email.msn.com>
Date: Fri, 13 Apr 2001 16:31:48 -0400
Message-ID: <#yo#yeFxAHA.369_at_cpmsnbbsa09>


You can use LIKE operator with the wild card. Example SELECT *
FROM emp
WHERE last_name LIKE '%ohn_on%';

The % is a multi-character wildcard, and the _ is a single character wildcard.

"puma" <rupsd_at_tin.it> wrote in message news:9b6g1o$46u8_at_intra09.infocamere.it...
> Hello
> is there a function that find a specified char inside a string ?
>
> thanks
>
>
>
Received on Fri Apr 13 2001 - 22:31:48 CEST

Original text of this message