Click here to Skip to main content
16,005,114 members
Home / Discussions / Database
   

Database

 
GeneralKeeping the record on hold Pin
IamADotNetGuy28-Jun-04 8:01
IamADotNetGuy28-Jun-04 8:01 
GeneralRe: Keeping the record on hold Pin
Grimolfr28-Jun-04 9:08
Grimolfr28-Jun-04 9:08 
GeneralRe: Keeping the record on hold Pin
Colin Angus Mackay28-Jun-04 10:59
Colin Angus Mackay28-Jun-04 10:59 
GeneralExcel -> tSQL Pin
partt28-Jun-04 6:05
partt28-Jun-04 6:05 
GeneralRe: Excel -> tSQL Pin
Arjan Einbu28-Jun-04 11:06
Arjan Einbu28-Jun-04 11:06 
GeneralRe: Excel -> tSQL Pin
partt29-Jun-04 5:53
partt29-Jun-04 5:53 
GeneralCopy data b/w tables Pin
Imtiaz Murtaza27-Jun-04 20:51
Imtiaz Murtaza27-Jun-04 20:51 
GeneralRe: Copy data b/w tables Pin
Steven Campbell28-Jun-04 3:12
Steven Campbell28-Jun-04 3:12 
insert table3(email)
select distinct email from table1
union
select distinct email from table2

...should do it. The key is union, not union all, which would not return distinct values.


my blog
GeneralAnother Oracle question Pin
pankajdaga27-Jun-04 7:22
pankajdaga27-Jun-04 7:22 
Generalweird Oracle problem Pin
pankajdaga27-Jun-04 1:57
pankajdaga27-Jun-04 1:57 
GeneralRe: weird Oracle problem Pin
ThomasH119-Jul-04 12:27
ThomasH119-Jul-04 12:27 
GeneralHelp with SQL query Pin
brdavid26-Jun-04 9:52
brdavid26-Jun-04 9:52 
GeneralRe: Help with SQL query Pin
Michael Potter28-Jun-04 7:07
Michael Potter28-Jun-04 7:07 
GeneralRe: Help with SQL query Pin
brdavid28-Jun-04 9:11
brdavid28-Jun-04 9:11 
GeneralRe: Help with SQL query Pin
Michael Potter28-Jun-04 10:37
Michael Potter28-Jun-04 10:37 
GeneralRe: Help with SQL query Pin
brdavid28-Jun-04 12:04
brdavid28-Jun-04 12:04 
GeneralRe: Help with SQL query Pin
Michael Potter29-Jun-04 8:55
Michael Potter29-Jun-04 8:55 
GeneralRe: Help with SQL query Pin
brdavid30-Jun-04 2:37
brdavid30-Jun-04 2:37 
GeneralRe: Help with SQL query Pin
Grimolfr28-Jun-04 9:58
Grimolfr28-Jun-04 9:58 
GeneralInserting Rows... Pin
Sai197125-Jun-04 19:59
Sai197125-Jun-04 19:59 
GeneralRe: Inserting Rows... Pin
Rein Hillmann26-Jun-04 22:11
Rein Hillmann26-Jun-04 22:11 
QuestionHow Can I Join more than two tables in SQL Pin
JawedVikia8024-Jun-04 21:40
JawedVikia8024-Jun-04 21:40 
AnswerRe: How Can I Join more than two tables in SQL Pin
Colin Angus Mackay24-Jun-04 22:03
Colin Angus Mackay24-Jun-04 22:03 
AnswerRe: How Can I Join more than two tables in SQL Pin
wgdesigner25-Jun-04 1:38
wgdesigner25-Jun-04 1:38 
GeneralConcurrency Pin
IamADotNetGuy24-Jun-04 10:04
IamADotNetGuy24-Jun-04 10:04 

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.