Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
T-SQL 0.30 KB | None | 0 0
  1. SELECT
  2.        h.import_date,
  3.        h.filename,
  4.        h.username,
  5.        f.import_view,
  6.        ex.exception_details
  7. FROM   imtbl_import_exceptions ex LEFT JOIN
  8.        imtbl_import_fields     f ON f.pkey = ex.import_fields LEFT JOIN
  9.        imtbl_import_history    h ON h.pkey = f.import_history
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement