Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.28 KB | None | 0 0
  1. SELECT "._SQL_FIELDS_DOCUMENTO."
  2.                 FROM tbldocumento d
  3.                 WHERE   flddocumento_et IS NULL AND
  4.                         fldproceso_asociado_id IS NULL AND
  5.                         fldtipodocumento_id IN
  6.                     (
  7.                         SELECT fldtipodocumento_id
  8.                         FROM tbltipodocumento
  9.                         WHERE fldtipodocumento_rqrsolicitud='T'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement