请教SQL语句错得莫名其妙
insert into sample(entry_ID,
Trade_co,
D_Date,
process_mark,
A,B,C)
select 1,1,2004-3-37,'1Afeg','a1','b1','c1'
union all select 2,2,2004-3-24,'1Bdfg','a1','b2','c1'
union all select 3,1,2004-4-21,'1EFDS','a2','b4','c2'
union all select 4,5,2004-2-23,'1Afeggg','a3','b3','c2'
服务器: 消息 8152,级别 16,状态 9,行 1
将截断字符串或二进制数据。
语句已终止。
是什么原因呢?