Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. WHERE
  2. (dbo.types.type = 'A')
  3. AND (
  4. dbo.Items.ItemID LIKE 'ABC%'
  5. OR dbo.Items.ItemID LIKE 'DEF%'
  6. OR dbo.Items.ItemID LIKE 'GHI%'
  7. OR dbo.Items.ItemID LIKE 'JKL%'
  8. OR (
  9. dbo.dbo.Items.ItemID LIKE 'MNO%'
  10. AND dbo.house.mfg = '1'
  11. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement