[PHP-users 15900]Re: 結果セットのandについて

Koji KUSANAGI kusanagi @ crumple.co.jp
2003年 6月 12日 (木) 19:44:07 JST


草薙です。

先ほどのメールにも書きましたが、結果セットの積集合を得るには INTERSECT 
句を用います。

select a_num from sub_table where b_num = '10'
intersect
select a_num from sub_table where b_num = '20'

http://www.postgresql.jp/document/pg732doc/reference/sql-select.html#SQL-INTERSECT


----------------------------------------------------
草薙考司 <kusanagi @ crumple.co.jp>


PHP-users メーリングリストの案内