Click here to Skip to main content
15,904,500 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to check " is not null condition" in a field of single select query Pin
Blue_Boy6-Aug-09 3:41
Blue_Boy6-Aug-09 3:41 
QuestionNeed Help,METHOD of COLD BACKUP AND RESTORE COLD BACKUP ORACLE 10G Pin
M Riaz Bashir5-Aug-09 20:08
M Riaz Bashir5-Aug-09 20:08 
AnswerRe: Need Help,METHOD of COLD BACKUP AND RESTORE COLD BACKUP ORACLE 10G Pin
Mycroft Holmes5-Aug-09 22:10
professionalMycroft Holmes5-Aug-09 22:10 
QuestionSQL server not starting Pin
User 61271795-Aug-09 5:52
User 61271795-Aug-09 5:52 
AnswerRe: SQL server not starting Pin
Byron70705-Aug-09 16:46
Byron70705-Aug-09 16:46 
AnswerRe: SQL server not starting Pin
phoenixR7726-Nov-09 3:46
phoenixR7726-Nov-09 3:46 
QuestionRemote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 5:36
Paramu19735-Aug-09 5:36 
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70705-Aug-09 16:37
Byron70705-Aug-09 16:37 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Paramu19735-Aug-09 23:21
Paramu19735-Aug-09 23:21 
GeneralRe: Remote access problem - sql server2008- Out of Domain Pin
Byron70706-Aug-09 6:48
Byron70706-Aug-09 6:48 
AnswerRe: Remote access problem - sql server2008- Out of Domain Pin
Aman786Singh7-Aug-09 2:44
Aman786Singh7-Aug-09 2:44 
QuestionTo fetch the data from different tables Pin
srikantha_nagaraj5-Aug-09 3:45
srikantha_nagaraj5-Aug-09 3:45 
AnswerRe: To fetch the data from different tables Pin
Mycroft Holmes5-Aug-09 22:13
professionalMycroft Holmes5-Aug-09 22:13 
AnswerRe: To fetch the data from different tables Pin
Kschuler7-Aug-09 9:48
Kschuler7-Aug-09 9:48 
What are the column names, and how does the data in the two tables link to each other? It looks like you are grabbing the first column of the first table and the second column of the second table, so if these are in a database and you are trying to pull the data it will look something like this:

SELECT Table1Column1, Table2Column2 FROM Table 1 JOIN Table 2 ON Table1KeyColumn=Table2KeyColumn


Is this what you were looking for?
Questionstop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 2:33
Tommy Pickersgill5-Aug-09 2:33 
AnswerRe: stop select case creating new rows? Pin
WoutL5-Aug-09 3:29
WoutL5-Aug-09 3:29 
GeneralRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 3:51
Tommy Pickersgill5-Aug-09 3:51 
GeneralRe: stop select case creating new rows? Pin
WoutL5-Aug-09 9:25
WoutL5-Aug-09 9:25 
AnswerRe: stop select case creating new rows? Pin
Tommy Pickersgill5-Aug-09 6:46
Tommy Pickersgill5-Aug-09 6:46 
GeneralRe: stop select case creating new rows? Pin
i.j.russell5-Aug-09 11:39
i.j.russell5-Aug-09 11:39 
GeneralRe: stop select case creating new rows? [modified] Pin
Tommy Pickersgill5-Aug-09 23:06
Tommy Pickersgill5-Aug-09 23:06 
QuestionDesigning Table to Record Hierarchy Pin
vhassan5-Aug-09 0:58
vhassan5-Aug-09 0:58 
QuestionSQL Server config Pin
helelark1234-Aug-09 6:13
helelark1234-Aug-09 6:13 
AnswerRe: SQL Server config Pin
leckey4-Aug-09 16:02
leckey4-Aug-09 16:02 
GeneralRe: SQL Server config Pin
helelark1234-Aug-09 18:44
helelark1234-Aug-09 18:44 

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.