Click here to Skip to main content
15,868,016 members
Home / Discussions / Database
   

Database

 
AnswerRe: What is Schema of a Database Pin
Kornfeld Eliyahu Peter25-Dec-14 21:10
professionalKornfeld Eliyahu Peter25-Dec-14 21:10 
Questionmysql 1 to many ralationship Pin
Raymart Calinao (AsthreA)20-Dec-14 17:34
Raymart Calinao (AsthreA)20-Dec-14 17:34 
GeneralRe: mysql 1 to many ralationship Pin
PIEBALDconsult20-Dec-14 18:17
mvePIEBALDconsult20-Dec-14 18:17 
GeneralRe: mysql 1 to many ralationship Pin
Raymart Calinao (AsthreA)20-Dec-14 18:23
Raymart Calinao (AsthreA)20-Dec-14 18:23 
GeneralRe: mysql 1 to many ralationship Pin
PIEBALDconsult20-Dec-14 18:26
mvePIEBALDconsult20-Dec-14 18:26 
QuestionMySQL Query Example/Solution of Oracle Query Pin
M Riaz Bashir19-Dec-14 5:08
M Riaz Bashir19-Dec-14 5:08 
QuestionRe: MySQL Query Example/Solution of Oracle Query Pin
Eddy Vluggen19-Dec-14 5:20
professionalEddy Vluggen19-Dec-14 5:20 
AnswerRe: MySQL Query Example/Solution of Oracle Query Pin
Jörgen Andersson19-Dec-14 7:17
professionalJörgen Andersson19-Dec-14 7:17 
MySql doesn't do implicit outer joins, you'll have to do the full ANSI syntax instead.
SQL
SELECT. A.CNAME, B.ANAME
FROM    CLIENT A,
LEFT OUTER JOIN DEALER B
    ON  A.CCODE = B.ACODE

Wrong is evil and must be defeated. - Jeff Ello
(√-sh*t)2

GeneralRe: MySQL Query Example/Solution of Oracle Query Pin
Eddy Vluggen19-Dec-14 7:31
professionalEddy Vluggen19-Dec-14 7:31 
GeneralRe: MySQL Query Example/Solution of Oracle Query Pin
Jörgen Andersson19-Dec-14 8:06
professionalJörgen Andersson19-Dec-14 8:06 
GeneralRe: MySQL Query Example/Solution of Oracle Query Pin
M Riaz Bashir20-Dec-14 7:26
M Riaz Bashir20-Dec-14 7:26 
GeneralRe: MySQL Query Example/Solution of Oracle Query Pin
Jörgen Andersson4-Jan-15 2:45
professionalJörgen Andersson4-Jan-15 2:45 
QuestionThe SQL problem about student majoring courses Pin
tzungshian18-Dec-14 0:40
tzungshian18-Dec-14 0:40 
AnswerRe: The SQL problem about student majoring courses Pin
Richard MacCutchan18-Dec-14 1:39
mveRichard MacCutchan18-Dec-14 1:39 
GeneralRe: The SQL problem about student majoring courses Pin
tzungshian18-Dec-14 14:32
tzungshian18-Dec-14 14:32 
QuestionLogin Problem in sql server 2008 r2 Pin
Member 1131655316-Dec-14 19:48
Member 1131655316-Dec-14 19:48 
AnswerRe: Login Problem in sql server 2008 r2 Pin
Mycroft Holmes16-Dec-14 21:14
professionalMycroft Holmes16-Dec-14 21:14 
QuestionRe: Login Problem in sql server 2008 r2 Pin
ZurdoDev17-Dec-14 3:17
professionalZurdoDev17-Dec-14 3:17 
QuestionHow to create data copies SQL Server 2005 Express ? Pin
Member 245846716-Dec-14 17:03
Member 245846716-Dec-14 17:03 
AnswerRe: How to create data copies SQL Server 2005 Express ? Pin
Mycroft Holmes16-Dec-14 18:35
professionalMycroft Holmes16-Dec-14 18:35 
GeneralRe: How to create data copies SQL Server 2005 Express ? Pin
Member 245846716-Dec-14 22:13
Member 245846716-Dec-14 22:13 
GeneralRe: How to create data copies SQL Server 2005 Express ? Pin
Mycroft Holmes17-Dec-14 11:49
professionalMycroft Holmes17-Dec-14 11:49 
GeneralRe: How to create data copies SQL Server 2005 Express ? Pin
Member 245846717-Dec-14 20:59
Member 245846717-Dec-14 20:59 
GeneralRe: How to create data copies SQL Server 2005 Express ? Pin
Mycroft Holmes17-Dec-14 21:39
professionalMycroft Holmes17-Dec-14 21:39 
GeneralRe: How to create data copies SQL Server 2005 Express ? Pin
Member 245846721-Dec-14 17:01
Member 245846721-Dec-14 17:01 

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.