你的位置:首页 > 技术支持 > 常见问题

金蝶清理用户信息表命令

来源: 2016/11/11 14:16:41      点击:
delete t_userprofile from t_userprofile


join t_user on t_userprofile.fuserid=t_user.fuserid

where fname like '%'+'administrator' +'%'