如何用sql语句创建表 创建一个logging表 create table logging ( id int primary key, title varchar(20), actice varchar(255) )