Advertisement
psi_mmobile

Untitled

Apr 25th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. select loginname, loginpwd from gui_users
  2. where operation_center_id in (
  3. select default_operation_center_id from vehicle_owner
  4. where vehicle_owner_id not in (select vehicle_owner_id from vo_document_type_category)
  5. and default_operation_center_id is not null)
  6. and user_admin_right = 'SO'
  7. and first_name = 'TRAXXEO'
  8. and last_name = 'OPERATION'
  9. and gui_user_id in (select gui_user_id from gu_module gm, module m where gm.module_id = m.module_id and m.module_category_id = 10);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement