2017-12-16 15 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) 
関連する問題