mysql执行多条语句建表

set @suffix=date_format(now(),'%Y%m'); set @sqlstr = concat( 'create table IF NOT EXISTS POS_',cast(@suffix as char), '( loginnum int NOT NULL , time int NOT NULL , longitude varchar(12) NOT NULL , la
相关文章
相关标签/搜索