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. 结果示例如下:

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

相关文章:

  • 2021-11-12
  • 2022-12-23
  • 2021-11-05
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案