--建表 create table table41( id ) not null, --主键 col1 ), col2 ), col3 ), col4 int, col5 timestamp, col6 ,), col7 ), col8 ), synTime blob, constraint table41 primary key (id) ); --select * from table4; --select * from table41; --exec sp_table41_clear; -