The sp_rename procedure is not avialable in SQL
CE!In Sql Server 2005 Management Studio you have to create a new column with the
new name, then you ha...
分类:
数据库 时间:
2014-05-19 17:13:55
阅读次数:
342
descdesc select * from legou_home_product_on
查看是否被索引;desc legou_home_product_on 查看表定义修改表名ALTER TABLE emp RENAME
emp2修改字段名MYSQL里修改字段名的...
分类:
数据库 时间:
2014-05-09 12:30:34
阅读次数:
375