ベンのクエリを少し変更する
select count(distinct switch_id)
from [email protected]
where dealer_name = 'XXXX'
and creation_date between add_months(trunc(sysdate,'mm'),-1) and last_day(add_months(trunc(sysdate,'mm'),-1))
ベンのクエリを少し変更する
select count(distinct switch_id)
from [email protected]
where dealer_name = 'XXXX'
and creation_date between add_months(trunc(sysdate,'mm'),-1) and last_day(add_months(trunc(sysdate,'mm'),-1))
外側のJOINの述語にLITERALを使用して2つの左結合がぶら下がっているORACLEは、左端のテーブルから行を除外します 固定長レコードと固定長フィールドはデータベースのパフォーマンスをどのように向上させますか?