Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

USING claude for dynmic bind varibale query

Status
Not open for further replies.

BADCODER

Programmer
Sep 29, 2003
11
US
Experts,

I am stumpted while writing a function returning USING clause based on query's bind vaiable?
Example:

Input Query:

SELECT C1, C2 FROM T1
WHERE C3 = :1
AND C4 = :2
AND C5 = 'GREAT'

Function OUTPUT string:

'USING p_C3, p_C4'

Thanks!!
 
Bad,

I, too, am a bit stumped...since I cannot devine what you want. Could you please provide more insight as to what code is not behaving as you expected, along with sample data.

Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top