1.查看表结构信息,cols表记录表结构信息字段的类型及长度。 table
select * from cols where table_name=upper('news_table'); 查看某表结构的信息。 select