|
-
Hi,
Basically it's about concantenating a varchar2 parameter in the WHERE
part of the statement
(
...
WHERE
table1.field1=table2.field3
AND
...
...
AND '||p_SQL||'
)
Is it enough for you to see the problem?
(The comlete code is on the develoment machine which
is separated from the outer world)
If you need more details, I'll retype the stuff?
Justr let me know.
Thakns in advance.
Shurik.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|