阅读背景:

SQL“截断不正确的INTEGER值”错误

来源:互联网 
create table ApplicationTracker_dup1
select transactionid,
       count(case when attribute = 'Secci_Page_Arrival_Time' and value is not null then transactionid end)as secci_visits,
       count(case when attribute = 'esign_arrival_time' and value is not null then transactionid end)as esig_visits 
from ApplicationTracker_dup 
where create_dtm < '2013-08-13' 
group by 1;
create table ApplicationTracker_dup1
select tra



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: