在SSP中查询某个用户Profile信息的SQL语句
摘要:
1. 为保险起见, 请在操作前先备份SSP数据库. 2. 开启一个query窗口, 输入如下的SQL语句.select p.PropertyName, v.propertyValfrom UserProfileValue v, UserProfile_Full f, PropertyList pwhere f.email = 'administrator@yzdomain.com' and v.p... 阅读全文
posted @ 2010-01-03 20:17 中道学友 阅读(348) 评论(0) 推荐(0) 编辑