Skip to content

Instantly share code, notes, and snippets.

@lukluk
Created September 3, 2015 11:08
Show Gist options
  • Save lukluk/bd65b838be5aa83d63cd to your computer and use it in GitHub Desktop.
Save lukluk/bd65b838be5aa83d63cd to your computer and use it in GitHub Desktop.
select b.cardnumber,b.FirstName,b.LastName,a.* from GL_HeldTables a,Members b where a.SDate >= '2015-01-01' and a.Memid=b.membershipid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment