Click here to Skip to main content
15,916,941 members
Home / Discussions / Database
   

Database

 
GeneralRe: Duplicating (copying) a table in SQL Server database Pin
Chanceamatic22-Aug-01 14:38
Chanceamatic22-Aug-01 14:38 
GeneralADO bug in VC++ 6 SP5 + Processor Pack Pin
John M. Drescher15-Aug-01 18:09
John M. Drescher15-Aug-01 18:09 
GeneralRe: ADO bug in VC++ 6 SP5 + Processor Pack Pin
Rashid Thadha16-Aug-01 22:31
Rashid Thadha16-Aug-01 22:31 
QuestionReading Fixed Width Files with ADO? Pin
Pete Bassett14-Aug-01 0:54
Pete Bassett14-Aug-01 0:54 
GeneralField Existence with ADO Pin
10-Aug-01 4:15
suss10-Aug-01 4:15 
GeneralRe: Field Existence with ADO Pin
Rashid Thadha10-Aug-01 6:22
Rashid Thadha10-Aug-01 6:22 
Questionselect * from multiple tables?????? Pin
martinsz10-Aug-01 3:45
martinsz10-Aug-01 3:45 
AnswerRe: select * from multiple tables?????? Pin
Carlos Antollini10-Aug-01 4:01
Carlos Antollini10-Aug-01 4:01 
Select 
  Company.Name, Adress.Adress, email.email 
From 
  Company, Adress, email
where
  Company.ID = Address.id And
  Company.Id =* email.id


You Understand. The secret is the =*.
But You can use *= depends de case.
I need to clarify something. The =* is a RIGHT JOIN and the other is a LEFT JOIN. In some databases engine =* or *= are no soported, in that case you need to Use the syntax LEFT|RIGHT JOIN.

Test if don't work please notify me, that Y will help you.


Cheers!!!! Smile | :)

Carlos Antollini.
GeneralRe: select * from multiple tables?????? Pin
martinsz10-Aug-01 4:53
martinsz10-Aug-01 4:53 
GeneralRe: select * from multiple tables?????? Pin
Carlos Antollini10-Aug-01 5:19
Carlos Antollini10-Aug-01 5:19 
GeneralRe: select * from multiple tables?????? Pin
martinsz13-Aug-01 4:24
martinsz13-Aug-01 4:24 
GeneralRe: select * from multiple tables?????? Pin
Carlos Antollini13-Aug-01 6:13
Carlos Antollini13-Aug-01 6:13 
GeneralMS Access Field List Disappeared Pin
Douglas Troy9-Aug-01 3:07
Douglas Troy9-Aug-01 3:07 
GeneralOLE DB/ATL guides worthless Pin
Bigge8-Aug-01 23:17
Bigge8-Aug-01 23:17 
GeneralRe: OLE DB/ATL guides worthless Pin
Not Active9-Aug-01 4:45
mentorNot Active9-Aug-01 4:45 
GeneralATL OLEDB Template Insert Pin
Brad Bruce8-Aug-01 16:11
Brad Bruce8-Aug-01 16:11 
GeneralRe: ATL OLEDB Template Insert Pin
Not Active8-Aug-01 16:34
mentorNot Active8-Aug-01 16:34 
GeneralRe: ATL OLEDB Template Insert Pin
Brad Bruce9-Aug-01 12:09
Brad Bruce9-Aug-01 12:09 
GeneralSelect DISTINCT and CRecordSet Pin
Derek Price8-Aug-01 12:08
Derek Price8-Aug-01 12:08 
GeneralRe: Select DISTINCT and CRecordSet Pin
Carlos Antollini8-Aug-01 12:35
Carlos Antollini8-Aug-01 12:35 
GeneralRe: Select DISTINCT and CRecordSet Pin
Derek Price8-Aug-01 12:38
Derek Price8-Aug-01 12:38 
GeneralRe: Select DISTINCT and CRecordSet Pin
8-Aug-01 14:27
suss8-Aug-01 14:27 
GeneralRe: Select DISTINCT and CRecordSet Pin
Carlos Antollini9-Aug-01 4:10
Carlos Antollini9-Aug-01 4:10 
GeneralStored Proceure Parameters Pin
Bigge8-Aug-01 6:44
Bigge8-Aug-01 6:44 
GeneralMajor Problem with moving MSDE DB Pin
Bigge7-Aug-01 10:03
Bigge7-Aug-01 10:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.