摘要: model <#@ template language="c#" HostSpecific="True" #> <#@ output extension= ".cs" #> <# TableHost host = (TableHost)(Host); host.Fieldlist.Sort(Code 阅读全文
posted @ 2019-09-27 15:24 萌橙 阅读(891) 评论(0) 推荐(0) 编辑
摘要: sqlserver复制表结构 select * into newtable from oldtable; select * into [t_train_analyze_train] from DCZY.dbo.[t_train_analyze_train] oracle中 create table 阅读全文
posted @ 2019-09-27 14:50 萌橙 阅读(527) 评论(0) 推荐(0) 编辑