摘要:
excel数据入库时,经常要进行数据处理,比如吧列值增加单引号等操作,下面的语句可以实现快速处理 ="insert into tb_import set co1='"&B1&"',co2='"&C1&"',co3='"&D1&"',co4='"&E1&"',co5='"&F1&"';" 阅读全文
摘要:
SELECT name, definition,*FROM sys.sql_modules AS mINNER JOIN sys.all_objects AS o ON m.object_id = o.object_idWHERE o.[type] = 'P' and definition like 阅读全文