现在的位置: 首页 > 综合 > 正文

在SSP中查询某个用户Profile信息的SQL语句

2013年05月11日 ⁄ 综合 ⁄ 共 237字 ⁄ 字号 评论关闭

1. 为保险起见, 请在操作前先备份SSP数据库.

2. 开启一个query窗口, 输入如下的SQL语句.

select p.PropertyName, v.propertyVal
from UserProfileValue v, UserProfile_Full f, PropertyList p
where f.email = 'administrator@yzdomain.com' 
and v.propertyID = p.propertyid 
and f.recordid = v.recordid

3. 结果示例如下:

1-3-2010 8-14-49 PM

抱歉!评论已关闭.