Skip to content

Instantly share code, notes, and snippets.

@zettca
Created December 11, 2015 04:23
Show Gist options
  • Save zettca/5f1edc5bf4a460115a54 to your computer and use it in GitHub Desktop.
Save zettca/5f1edc5bf4a460115a54 to your computer and use it in GitHub Desktop.
Select Campos and Valores
SELECT * FROM campo INNER JOIN valor ON campocnt=campoid WHERE campo.ativo=1 AND valor.ativo=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment