Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ajuda com select
Message
From
17/07/2003 11:59:40
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
17/07/2003 10:50:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00811078
Message ID:
00811121
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
Olá Pedro!

Tente o código abaixo:
Select Distinct T1.Codigo From Tabela As T1, Tabela As T2 ;
  Where T2.NumCliente = T1.NumCliente And T2.NumDoc = T1.NumDoc ;
  And T1.Codigo <> T2.Codigo
Faça testes com mais dados, pois só utilizei os que você passou.
Até mais.
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform