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
"BlogSpot" Blogs Cannot Be Shared, Using "www"
-
We're seeing a number of reports from blog owners, claiming their blogs are
now subject to security alerts - and blocked when sharing.
Frequently, the repo...
6 years ago
No comments:
Post a Comment