Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL question

Re: SQL question

From: Michael Serbanescu <mserban_at_postoffice.worldnet.att.net>
Date: 1997/09/30
Message-ID: <3431D2FC.571@postoffice.worldnet.att.net>#1/1

Your host_variable_of_string_type variable should look like "'1','2'".

Hope this helps.

Michael Serbanescu



curtis_strain_at_mail.amsinc.com wrote:
>
> I am trying to do the following sql statement:
>
> SELECT * from tbl_name
> WHERE number_column IN (host_variable_of_string_type);
>
> I got syntax error. The host_variable_of_string_type variable looks like:
> "1,2"
>
> How can I do this? Thanks in advance for any suggestions!
>
> -------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Tue Sep 30 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US