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

Database

 
AnswerRe: Need help for sql ASAP Phuleez Pin
Minoo S2-Feb-06 17:31
Minoo S2-Feb-06 17:31 
GeneralRe: Need help for sql ASAP Phuleez Pin
Colin Angus Mackay2-Feb-06 20:58
Colin Angus Mackay2-Feb-06 20:58 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S3-Feb-06 7:16
Minoo S3-Feb-06 7:16 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S5-Feb-06 8:43
Minoo S5-Feb-06 8:43 
GeneralRe: Need help for sql ASAP Phuleez Pin
Colin Angus Mackay5-Feb-06 8:47
Colin Angus Mackay5-Feb-06 8:47 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S19-Apr-06 6:14
Minoo S19-Apr-06 6:14 
QuestionCreating SQL Blocks? Pin
Justin Cooke2-Feb-06 4:36
Justin Cooke2-Feb-06 4:36 
Questionmerging two tables or two datasets Pin
dansoft2-Feb-06 4:23
dansoft2-Feb-06 4:23 
Hi,

How can merge two tables? the select command for the 2 tables are as follows

select groupid, staff.name[created] from groups,staff where groups.created=staff.staffid

groupid created
------ --------
1 A
2 B

select groupid,staff.name[modified] from groups,staff where groups.modified=staff.staffid

groupid modified
------- --------
1 C
2 D

i have to merge these two output as

groupid created modified
------- ------- --------
1 A C
2 B D

please send me the sql query or please tell me how can i merge these using the dataset or any other solution. I have to implement this in my final year project.

Thanks in advance.Smile | :)
AnswerRe: merging two tables or two datasets Pin
Chris Meech2-Feb-06 7:54
Chris Meech2-Feb-06 7:54 
GeneralRe: merging two tables or two datasets Pin
dansoft2-Feb-06 15:49
dansoft2-Feb-06 15:49 
QuestionConnection Pooling ADo.Net Pin
faviochilo2-Feb-06 3:21
faviochilo2-Feb-06 3:21 
AnswerRe: Connection Pooling ADo.Net Pin
Le centriste2-Feb-06 6:52
Le centriste2-Feb-06 6:52 
QuestionAdd JPEG In MySQL5.0 Table via VB6.0 Pin
jobje2-Feb-06 1:56
jobje2-Feb-06 1:56 
QuestionIs SELECT INTO optimal to copy data? Pin
Salil Khedkar2-Feb-06 1:54
Salil Khedkar2-Feb-06 1:54 
AnswerRe: Is SELECT INTO optimal to copy data? Pin
Mike Dimmick2-Feb-06 2:32
Mike Dimmick2-Feb-06 2:32 
QuestionHelp!!Compacting Database MSDE/SQL Pin
jfk_lili1-Feb-06 22:35
jfk_lili1-Feb-06 22:35 
AnswerRe: Help!!Compacting Database MSDE/SQL Pin
Mike Dimmick2-Feb-06 2:38
Mike Dimmick2-Feb-06 2:38 
GeneralRe: Help!!Compacting Database MSDE/SQL Pin
jfk_lili2-Feb-06 17:02
jfk_lili2-Feb-06 17:02 
QuestionProblems with Backup/Restore of SQL server database Pin
nicsquare1-Feb-06 20:44
nicsquare1-Feb-06 20:44 
Questiondate pblm in mssql server Pin
Vipin.d1-Feb-06 17:27
Vipin.d1-Feb-06 17:27 
AnswerRe: date pblm in mssql server Pin
Rana Muhammad Javed Khan1-Feb-06 20:00
Rana Muhammad Javed Khan1-Feb-06 20:00 
AnswerRe: date pblm in mssql server Pin
Colin Angus Mackay1-Feb-06 23:26
Colin Angus Mackay1-Feb-06 23:26 
QuestionCopy diagram from on db to another on same db Pin
bubberz1-Feb-06 12:02
bubberz1-Feb-06 12:02 
AnswerRe: Copy diagram from on db to another on same db Pin
bubberz2-Feb-06 3:37
bubberz2-Feb-06 3:37 
Questiongenerating database Pin
D.N.1-Feb-06 4:09
D.N.1-Feb-06 4:09 

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.