Advertisement
gkpoll

Untitled

Jul 30th, 2019
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.27 KB | None | 0 0
  1. SELECT c.*, a.tat_rge_ruc_usr, a.*
  2.     FROM usr_sat_ecf.tab_aiecf_equip_lacre c, usr_sat_ecf.tab_aiecf a
  3.     WHERE  c.tai_num_aiecf = a.tat_num_aiecf
  4.              AND a.tat_edo_aiecf = 1
  5.              AND tat_rge_ruc_interv  = '253528445'
  6.              ORDER BY c.tal_cod_lacre;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement