Advertisement
psi_mmobile

Untitled

Feb 24th, 2025
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.22 KB | None | 0 0
  1. SELECT VoLegalEntity.VO_LEGAL_ENTITY_ID,
  2.        NVL2 (SHORT_CODE, short_code || ' ' || Name, name) AS VIEW_ATTR
  3. FROM OF_OWNER.VO_LEGAL_ENTITY VoLegalEntity
  4. WHERE vehicle_owner_id = ? // tekushtiq
  5. ORDER BY short_code, name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement