Re: [SQL ] 字段合并查寻问题

楼主: joedenkidd (优质的蓝色射手)   2014-02-26 20:49:30
之前有写过类似的
select product,count(1),count(case when tag='1' then '1' else null end) as a_row from
a_table where date(date) between date(昨天) and date(今天) group by product;
但这次因为时间跟日期分开,就不知道如何下手了
: 我现在遇到一个问题, 我要 查前一天下午三点到今天11点资料,然后计算总数
: select sum(1) from (
: select * from table where (date(date_1)=date(昨天日期) and time_1>'15:00:00')
: union
: select * from tabltable where (date(date_1)=date(今天日期) and time_1<'11:00:00'))
楼主: joedenkidd (优质的蓝色射手)   2014-02-27 12:12:00
已解决, 把过滤条件放在count就可以了!!

Links booklink

Contact Us: admin [ a t ] ucptt.com