Define Dept_List = "20,30"
Select *
From Dept
Where Deptno in (&Dept_list);
old 3: Where Deptno in (&Dept_list)
new 3: Where Deptno in (20,30)
DEPTNO DNAME LOC
---------- -------------- -------------
20 RESEARCH DALLAS
30 SALES CHICAGO
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