"%plesk_bin%\dbclient.exe" --direct-sql "--sql=select * from sys_users where length(login)>15"
"%plesk_bin%\dbclient.exe" --direct-sql "--sql=select * from sys_users where len(login)>15"
select d.displayName,s.login from sys_users s, domains d, hosting h where (length(s.login)>15) and (h.sys_user_id=s.id) and (h.dom_id=d.id)