advanced code snippet search
geekzspot on 12/04/12
sql
12/04/12 03:07am
1 person have marked this snippet as a favorite
geekzspot
Get the Schema Name into a Script Bind Variable
VARIABLE schema_name VARCHAR2(30)BEGIN SELECT USER INTO :schema_name FROM DUAl;END;/SELECT :schema_name FROM DUAL;
Report this snippet Tweet
Comment:
You need to login to post a comment.