Painting Blue Code
Simple, self-explanatory code snippets.
2011-11-21
ORACLE - How to get the SQL code of a view
SELECT view_name, text
FROM all_views
WHERE view_name like '%VIEW_NAME%';
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)