[SQL]相関副問合せにexists文を使用するサンプル
書式
select 項目 from テーブルA where exists (select 項目 from テーブルB where 条件式)
使用例
SELECT SupplierName FROM Suppl ...「SQL」 テーブル列名を別名(エイリアス)に設定する方法
書式
テーブルのカラム AS 別名
使用例
Coding Changes the World
書式
select 項目 from テーブルA where exists (select 項目 from テーブルB where 条件式)
使用例
SELECT SupplierName FROM Suppl ...書式
テーブルのカラム AS 別名
使用例