Select
'Select Name, Text ' ||
'From User_Source ' ||
'Where Upper(Text) Like ' ||
'''%'||Table_Name||'%'' ' ||
'Union '
As
New_Query
From User_Tables
Where Table_Name Like '%EMP%';
New_Query
------------------------------------------------------------------------
Select Name, Text From User_Source Where Text Like '%Emp%' Union
Select Name, Text From User_Source Where Text Like '%Inc_Empls%' Union
How to get URL of commentator
-
We sometimes get questions about how to get the web address/URL of a
commentator in our blog. Blogger.com has not provided any way to do that.
However, the...
7 years ago
No comments:
Post a Comment