Sunday, December 25, 2011 Posted by Coder Example 0 comments » Posted in

এসকিউয়েল কোয়েরি ইন (SQL Query IN Tutorial in Bangla)

1.select * from DEPT where DEPTNO in (20,30)

মানে তাদের ডিপার্টমেন্ট দেখাও যাদের ডিপার্টমেন্টের নম্বর ২০ আর ৩০।

view source

print?

1.SELECT officeCode, city FROM offices

2.WHERE country IN ('USA','France')

3.

4.

5.SELECT officeCode, city FROM offices

6.WHERE country NOT IN ('USA','France')

এগুলো বেশি বিস্তারিত বর্ননা করা হলনা আসলে statement গুলো দেখলেই তো বোঝা যায়।

0 comments:

Post a Comment