Click here to Skip to main content
15,887,746 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query Pin
jijoaresseriljose2-Apr-07 21:44
jijoaresseriljose2-Apr-07 21:44 
GeneralRe: Query Pin
Devkranth Kishore Vanja2-Apr-07 22:14
Devkranth Kishore Vanja2-Apr-07 22:14 
AnswerRe: Query Pin
Krish - KP2-Apr-07 22:03
Krish - KP2-Apr-07 22:03 
QuestionAdding a foreign key SQL Compact edition Pin
daabs2-Apr-07 19:12
daabs2-Apr-07 19:12 
AnswerRe: Adding a foreign key SQL Compact edition Pin
daabs2-Apr-07 23:34
daabs2-Apr-07 23:34 
Questionselect data from two tables ...??? Pin
vicky4572-Apr-07 9:44
vicky4572-Apr-07 9:44 
AnswerRe: select data from two tables ...??? Pin
Krish - KP2-Apr-07 17:40
Krish - KP2-Apr-07 17:40 
GeneralRe: select data from two tables ...??? Pin
vicky4573-Apr-07 5:02
vicky4573-Apr-07 5:02 
Hi, Thank you for your help!

I have gotten the answer from other site:

SELECT IsNull(T1.AccountID, T2.AccountID) AS AccountID,
ISNull(T1.Symbol, T2.Symbol) AS Symbol,
T1.Fee, T1.Price, T2.Share, T2.Dollar
FROM Table1 AS T1 FULL OUTER JOIN Table2 AS T2
ON T1.AccountID = T2.AccountID AND T1.Symbol = T2.Symbol
ORDER BY AccountID, Symbol

It's basically the same as the post from jose.


AnswerRe: select data from two tables ...??? Pin
jijoaresseriljose2-Apr-07 20:59
jijoaresseriljose2-Apr-07 20:59 
GeneralRe: select data from two tables ...??? Pin
vicky4573-Apr-07 4:57
vicky4573-Apr-07 4:57 
QuestionSQL 2005 Express Question Pin
Ian Perera2-Apr-07 8:31
Ian Perera2-Apr-07 8:31 
AnswerRe: SQL 2005 Express Question Pin
Brent Lamborn3-Apr-07 5:35
Brent Lamborn3-Apr-07 5:35 
QuestionDataGridView vb.net 2005 Pin
kindman_nb2-Apr-07 7:59
kindman_nb2-Apr-07 7:59 
Questionerror while creating the table Pin
pratima12-Apr-07 3:19
pratima12-Apr-07 3:19 
AnswerRe: error while creating the table Pin
gauthee2-Apr-07 3:23
gauthee2-Apr-07 3:23 
GeneralRe: error while creating the table Pin
pratima12-Apr-07 3:34
pratima12-Apr-07 3:34 
GeneralRe: error while creating the table Pin
gauthee2-Apr-07 3:47
gauthee2-Apr-07 3:47 
AnswerRe: error while creating the table Pin
Vimalsoft(Pty) Ltd11-Apr-07 0:58
professionalVimalsoft(Pty) Ltd11-Apr-07 0:58 
QuestionDeletion with relationship Pin
sujithkumarsl2-Apr-07 2:45
sujithkumarsl2-Apr-07 2:45 
AnswerRe: Deletion with relationship Pin
joon vh.2-Apr-07 3:15
joon vh.2-Apr-07 3:15 
QuestionHi Pin
sree reddy1-Apr-07 23:24
sree reddy1-Apr-07 23:24 
AnswerRe: Hi Pin
sree reddy1-Apr-07 23:26
sree reddy1-Apr-07 23:26 
AnswerRe: Hi Pin
Colin Angus Mackay2-Apr-07 0:08
Colin Angus Mackay2-Apr-07 0:08 
GeneralRe: Hi Pin
jijoaresseriljose2-Apr-07 1:31
jijoaresseriljose2-Apr-07 1:31 
QuestionNew to SQL Pin
Zalro1-Apr-07 20:52
Zalro1-Apr-07 20:52 

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.