Advertisement
psi_mmobile

Untitled

Sep 9th, 2022
1,460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.21 KB | None | 0 0
  1. SELECT * FROM vehicle_owner
  2. WHERE UPPER(company_name) LIKE '%DU%';--101437
  3.  
  4. SELECT * FROM operation_center
  5. WHERE operation_center_id = 101437;
  6.  
  7. SELECT * FROM gui_users
  8. WHERE operation_center_id = 101437;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement