on 2012 Oct 04 7:21 AM
Hi Sunny,
Use the following statement:
SELECT view_name, schema_name, definition FROM views WHERE schema_name = 'MYSCHEMA';
You can even say SELECT * and use the column definition to get the SQL code for the view.
I hope you are talking about DB views and not Information model views.
Regards,
Ravi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.