uniqueidentifier类型问题我的数据库中,uniqueidentifier这个类型的一个字段是主键,我怎么向这里面添加数据呢?uniqueidentifier这个类型以前从没用过...求大神给点相关例子,或者代码[解决办法]
create table aa(id int,n uniqueidentifier)insert into aa values(1,newid())[解决办法]GUID或者NEWID的随机数