Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created September 10, 2012 19:57
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 pedroelsner/3693440 to your computer and use it in GitHub Desktop.
Save pedroelsner/3693440 to your computer and use it in GitHub Desktop.
#1 - Entendendo Join, Keep e Concatenate
Tabela1:
LOAD * INLINE [
Chave, A
1, A1
2, A2
3, A3
];
Tabela2:
LOAD * INLINE [
Chave, C
1, C1
2, C2
4, C4
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment