给视图添加主键(唯一列值)
参考
http://topic.csdn.net/t/20050629/16/4112826.html
?
产生唯一值很简单 ??
? select ? newid() ? as ? 列名,* ? from ? ? 表 ??
?
http://huamengxing.iteye.com/blog/120162
?
NEWID ,而Oracle中使用SYS_GUID
发布时间: 2012-08-26 16:48:05 作者: rapoo
给视图添加主键(唯一列值)
参考
http://topic.csdn.net/t/20050629/16/4112826.html
?
产生唯一值很简单 ??
? select ? newid() ? as ? 列名,* ? from ? ? 表 ??
?
http://huamengxing.iteye.com/blog/120162
?
NEWID ,而Oracle中使用SYS_GUID