Revision history of "Bind Variables in Dynamic SQL"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:16, 27 September 2012Ittichai talk contribs 1,775 bytes +1,775 Created page with "<pre> create or replace procedure pr_bind_test (p_date1 VARCHAR2) as v_query VARCHAR2(4000) := ''; v_job varchar2(50); BEGIN -- Use "bind" variable v_query := 'se..."