dbTalk Databases Forums  

How to pass an Integer Array to a Stored Procedure?

comp.databases.oracle comp.databases.oracle


Discuss How to pass an Integer Array to a Stored Procedure? in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
2much4u
 
Posts: n/a

Default How to pass an Integer Array to a Stored Procedure? - 03-04-2005 , 10:37 AM






Hello,

I have a stored procedure and I want to pass it a NUMBER parameter to
make a select inside it as the following:

SELECT *
FROM example_table
WHERE example_table.id IN (1,3,4,6,7,8,234);

I want to pass the Stored Procedure "1,3,4,6,7,8,234" as a Integer
Array, is this possible?

Thanks & Regards.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.