Click here to Skip to main content
15,888,610 members
Home / Discussions / Database
   

Database

 
QuestionSelf Join Table (Recursive Hierarchy) Pin
md_refay14-May-10 21:36
md_refay14-May-10 21:36 
AnswerRe: Self Join Table (Recursive Hierarchy) Pin
NavnathKale14-May-10 23:07
NavnathKale14-May-10 23:07 
Questionmulti valued UDF in select statement + sql server 2005 Pin
abcurl14-May-10 2:59
abcurl14-May-10 2:59 
QuestionOracle replace functionality Pin
padmanabhan N13-May-10 17:33
padmanabhan N13-May-10 17:33 
AnswerRe: Oracle replace functionality Pin
CitrusTech13-May-10 21:36
CitrusTech13-May-10 21:36 
AnswerRe: Oracle replace functionality Pin
www.Developerof.NET15-May-10 9:37
www.Developerof.NET15-May-10 9:37 
Questionwriting a query to find table entries that have no records in related table Pin
Michael J. Eber13-May-10 10:34
Michael J. Eber13-May-10 10:34 
AnswerRe: writing a query to find table entries that have no records in related table Pin
Dr.Walt Fair, PE13-May-10 10:54
professionalDr.Walt Fair, PE13-May-10 10:54 
Not sure exactly what you're trying to do but perhaps something of this form could help?

SELECT * FROM A WHERE NOT EXISTS (SELECT * FROM B WHERE A.x=B.y)
CQ de W5ALT

Walt Fair, Jr., P. E.
Comport Computing
Specializing in Technical Engineering Software


GeneralRe: writing a query to find table entries that have no records in related table Pin
Michael J. Eber13-May-10 11:19
Michael J. Eber13-May-10 11:19 
GeneralRe: writing a query to find table entries that have no records in related table Pin
Dr.Walt Fair, PE13-May-10 12:06
professionalDr.Walt Fair, PE13-May-10 12:06 
AnswerRe: writing a query to find table entries that have no records in related table Pin
PIEBALDconsult13-May-10 15:07
mvePIEBALDconsult13-May-10 15:07 
AnswerRe: writing a query to find table entries that have no records in related table Pin
CitrusTech13-May-10 20:44
CitrusTech13-May-10 20:44 
QuestionProblem with SET and SELECT (to assign a local variable) Pin
dlarkin7713-May-10 4:52
dlarkin7713-May-10 4:52 
AnswerRe: Problem with SET and SELECT (to assign a local variable) Pin
Corporal Agarn13-May-10 6:20
professionalCorporal Agarn13-May-10 6:20 
GeneralRe: Problem with SET and SELECT (to assign a local variable) Pin
dlarkin7713-May-10 6:22
dlarkin7713-May-10 6:22 
Questioncreate database, which parameter Pin
luccingolo13-May-10 2:52
luccingolo13-May-10 2:52 
AnswerRe: create database, which parameter Pin
Corporal Agarn13-May-10 4:09
professionalCorporal Agarn13-May-10 4:09 
GeneralRe: create database, which parameter Pin
luccingolo13-May-10 5:57
luccingolo13-May-10 5:57 
GeneralRe: create database, which parameter Pin
Corporal Agarn13-May-10 6:17
professionalCorporal Agarn13-May-10 6:17 
GeneralRe: create database, which parameter Pin
luccingolo13-May-10 6:53
luccingolo13-May-10 6:53 
GeneralRe: create database, which parameter Pin
Corporal Agarn13-May-10 7:01
professionalCorporal Agarn13-May-10 7:01 
GeneralRe: create database, which parameter Pin
luccingolo13-May-10 7:14
luccingolo13-May-10 7:14 
QuestionWPF cascaded combo Pin
bindum3112-May-10 20:08
bindum3112-May-10 20:08 
AnswerRe: WPF cascaded combo Pin
Michael J. Eber13-May-10 10:39
Michael J. Eber13-May-10 10:39 
AnswerRe: WPF cascaded combo Pin
Michael J. Eber13-May-10 12:07
Michael J. Eber13-May-10 12:07 

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.