MSSQL存储过程小议

1143阅读 0评论2009-10-23 hkebao
分类:数据库开发技术

set @account_mode=(select account_mode from dbo.profile where id=(select prof_id from dbo.pppoe_user
where username=@username))

存储过程中如何给一个变量赋值。

是可以这样赋值的哦!哈哈
上一篇:Form域中用Post提交容量大的数据
下一篇:JQuery学习10月23号整理