|
不是版本的问题.
刚回到公司,
1....create table AAA as select *from G_PRINT_PALLET_MORE ;
2.....
select T1.* from (
select to_number(substr(parame_name,4)) as parame_name1 , a.* from SAJET.AAA a
where substr(parame_name,0,3) = 'SN_' and parame_name != 'SN_COUNT' and parame_name != 'SN_END'
)T1
where to_number(T1.parame_name1) between 400 and 420;
是没有任何问题的.
或者, 把导出来的数据 插入到AAA,也一样没有问题.
问题到底在哪儿呢
|
|