摘要:
需要过滤 CREATE TABLE wx_products_attr ( id INT IDENTITY PRIMARY KEY, productid INT, attrid INT, valueid INT ) GO insert into wx_products_attr(productid,a 阅读全文
摘要:
select o.name as table_name,c.name as column_name,t.name as data_type,'' as column_type,c.max_length as character_maximum_length, s.text as column_def 阅读全文