2017-12-16 16 views

답변

0

강제로 모든 행을 검색합니다. 방법? 예 :

select count(*) from (your current query goes here); 

or 

select distinct (your current column list goes here) from ... 

or 

create table test as (your current query goes here)