Guest User

Untitled

a guest
Dec 10th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. select EST.estab_id
  2. from estab as EST
  3. left join inspect as INSP
  4. on EST.estab_id = INSP.estab_id
  5. where inspdate = '8-3-17'
  6. and estab_id = '2473'
Add Comment
Please, Sign In to add comment