Advertisement
psi_mmobile

Untitled

Feb 24th, 2025
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.19 KB | None | 0 0
  1. SELECT op.name,
  2. op.poi_id
  3. FROM oc_poi op
  4. join vehicle_owner vo
  5. ON op.oc_poi_category_id = vo.ACCOUNTING_HIRING_P_OC_POI_CATEGORY_ID
  6. WHERE vo.vehicle_owner_id = ? // tekushtiq
  7. ORDER BY op.name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement