Guest User

Untitled

a guest
Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. `SELECT [SemPlano].[NomeBenefTitular] AS [BenfTitularS],
  2. [ComPlano].[NomeBenefTitular] AS [BenfTitularC],
  3. [SemPlano].[NomeUsuario] AS [NomeUsuarioS],
  4. [ComPlano].[NomeUsuario] AS [NomeUsuarioC],
  5. [SemPlano].[CodigoPlano] AS [CodPlanoS],
  6. [ComPlano].[CodigoPlano] AS [CodPlanoC],
  7. FROM [TabelaUm] AS [SemPlano]
Add Comment
Please, Sign In to add comment