Skip to content

Instantly share code, notes, and snippets.

@DarkAllien
Last active March 21, 2016 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarkAllien/acb6b5d60787ccd93396 to your computer and use it in GitHub Desktop.
Save DarkAllien/acb6b5d60787ccd93396 to your computer and use it in GitHub Desktop.
select CI_ID,title
FROM
v_AuthListInfo
--Naming Filtering if you want it
where
title like '%required%'
and title not like '%office%'
--and title not like '%pilot%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment