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

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

posted on 2010-01-03 20:17  中道学友  阅读(348)  评论(0编辑  收藏  举报

导航

技术追求准确,态度积极向上