Click here to Skip to main content
15,899,475 members
Home / Discussions / Database
   

Database

 
Generalwe cannot use MSDE & Enterprise Manager Pin
BSRK13-Jan-05 2:39
BSRK13-Jan-05 2:39 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Colin Angus Mackay13-Jan-05 2:48
Colin Angus Mackay13-Jan-05 2:48 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Michael P Butler13-Jan-05 8:42
Michael P Butler13-Jan-05 8:42 
GeneralRe: i couldn't see Databases in SQL server Pin
Mike Dimmick14-Jan-05 0:42
Mike Dimmick14-Jan-05 0:42 
QuestionHow To connect to MySql database from JAva Pin
Aakash Jain12-Jan-05 18:28
Aakash Jain12-Jan-05 18:28 
AnswerRe: How To connect to MySql database from JAva Pin
David Salter13-Jan-05 22:26
David Salter13-Jan-05 22:26 
Generalselect Pin
webhay12-Jan-05 10:11
webhay12-Jan-05 10:11 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 22:58
Colin Angus Mackay12-Jan-05 22:58 
SELECT table2.name, table3.name, table4.name
FROM table1
INNER JOIN table2 ON table1.id2=table2.id
INNER JOIN table3 ON table1.id3=table3.id 
INNER JOIN table4 ON table1.id4=table4.id


As you have not provided table and column names I have named the tables after their number as in your example. In table1 the columns id2, id3 and id4 represent foreign keys to table2, table3 and table4 respectively.

Does this help?


Do you want to know more?
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and Forums


Upcoming talk:
SELECT UserName, Password FROM Users
-- Getting unauthorised access to a SQL Server, and how to prevent it.

GeneralRe: select Pin
webhay12-Jan-05 23:40
webhay12-Jan-05 23:40 
GeneralRe: select Pin
Colin Angus Mackay12-Jan-05 23:48
Colin Angus Mackay12-Jan-05 23:48 
GeneralSQL ToTitleCase Script Pin
Jason Weibel12-Jan-05 7:50
Jason Weibel12-Jan-05 7:50 
GeneralRe: SQL ToTitleCase Script Pin
Ritesh123413-Jan-05 3:53
Ritesh123413-Jan-05 3:53 
GeneralRe: SQL ToTitleCase Script Pin
Jason Weibel13-Jan-05 4:18
Jason Weibel13-Jan-05 4:18 
GeneralRe: SQL ToTitleCase Script Pin
Ritesh123413-Jan-05 22:40
Ritesh123413-Jan-05 22:40 
GeneralExporting DataGrid to Excel Pin
janigorse11-Jan-05 20:49
janigorse11-Jan-05 20:49 
GeneralRe: Exporting DataGrid to Excel Pin
janigorse12-Jan-05 4:06
janigorse12-Jan-05 4:06 
GeneralQuery to get table & field name Pin
reenacutie11-Jan-05 19:41
reenacutie11-Jan-05 19:41 
GeneralRe: Query to get table & field name Pin
Ritesh123411-Jan-05 21:36
Ritesh123411-Jan-05 21:36 
GeneralRe: Query to get table & field name Pin
turbochimp12-Jan-05 7:52
turbochimp12-Jan-05 7:52 
GeneralUnisntall sql server 2000 service pack 3 Pin
Mekong River11-Jan-05 4:19
Mekong River11-Jan-05 4:19 
GeneralRe: Unisntall sql server 2000 service pack 3 Pin
Colin Angus Mackay11-Jan-05 5:30
Colin Angus Mackay11-Jan-05 5:30 
GeneralRe: Unisntall sql server 2000 service pack 3 Pin
Mekong River13-Jan-05 5:45
Mekong River13-Jan-05 5:45 
GeneralRe: Unisntall sql server 2000 service pack 3 Pin
Mike Dimmick11-Jan-05 6:23
Mike Dimmick11-Jan-05 6:23 
Generalvalidation problm Pin
Member 165962410-Jan-05 23:12
Member 165962410-Jan-05 23:12 
GeneralRe: validation problm Pin
Colin Angus Mackay10-Jan-05 23:24
Colin Angus Mackay10-Jan-05 23:24 

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.