Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select loginname, loginpwd from gui_users
- where operation_center_id in (
- select default_operation_center_id from vehicle_owner
- where vehicle_owner_id not in (select vehicle_owner_id from vo_document_type_category)
- and default_operation_center_id is not null)
- and user_admin_right = 'SO'
- and first_name = 'TRAXXEO'
- and last_name = 'OPERATION'
- 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