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 -> SQL question

SQL question

From: <curtis_strain_at_mail.amsinc.com>
Date: 1997/09/30
Message-ID: <875664052.9905@dejanews.com>#1/1

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