27
27
1413006 idlfmv 1413006<------------------>idlfmv
29
create table t1 (a char(4), b double, c date, d tinyint(4));
29
create table t1 (a char(4), b double, c date, d int);
30
30
insert into t1 values ('AAAA', 105, '2003-03-01', 1);
31
31
select * from t1 where concat(A,C,B,D) = 'AAAA2003-03-011051';