1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 在SSP中查询某个用户Profile信息的SQL语句

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

时间:2022-03-18 18:46:42

相关推荐

在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@'

and v.propertyID = p.propertyid

and f.recordid = v.recordid

3. 结果示例如下:

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。