Click here to Skip to main content
15,880,469 members
Home / Discussions / Database
   

Database

 
QuestionEntity framework Pin
columbos1492725-Jan-14 7:58
columbos1492725-Jan-14 7:58 
AnswerRe: Entity framework Pin
jschell25-Jan-14 13:01
jschell25-Jan-14 13:01 
AnswerRe: Entity framework Pin
S Douglas26-Feb-14 10:28
professionalS Douglas26-Feb-14 10:28 
GeneralMessage Closed Pin
25-Jan-14 3:18
anilkg2y25-Jan-14 3:18 
GeneralMessage Removed Pin
25-Jan-14 13:01
jschell25-Jan-14 13:01 
GeneralMessage Removed Pin
25-Jan-14 21:21
mveRichard MacCutchan25-Jan-14 21:21 
GeneralMessage Removed Pin
27-Jan-14 3:18
professionalShameel27-Jan-14 3:18 
Questionsql/PLSQL :need a expert help on this Pin
ramina sen23-Jan-14 6:38
ramina sen23-Jan-14 6:38 
I have my inner query is giving me only parent
but I want to make use of the result of the
inner query again as input till I did not find
any child ,so I am using procedure as I have to
collect all the parent I get from the inner query
and then update the outer query using the inner query
result.it is the requirement what I want to achive,

e.g

update table A
set A.a as "xyz"
//here I will get t
where A.id in
(
select A.child_id from A,B,C

--I get the child by passing parent as input and again consider the child A.child_id as parent
and find the child

where A.id= b.id
b.name = x and A.prent_id = ?

//few join condtion here
)

e.g

input 1 result 1.1
input 1.1 result 1.1.1
input 1.1.1 result 1.1.1.1

update A
where A.id in
('1.1','1.1.1','1.1.1.1')--here I want to use a container and make use of it


Thanks for your response
QuestionRe: sql/PLSQL :need a expert help on this Pin
Eddy Vluggen23-Jan-14 7:55
professionalEddy Vluggen23-Jan-14 7:55 
QuestionSSRS - No of Rows per page Pin
berba22-Jan-14 19:50
berba22-Jan-14 19:50 
AnswerRe: SSRS - No of Rows per page Pin
Mycroft Holmes22-Jan-14 21:30
professionalMycroft Holmes22-Jan-14 21:30 
QuestionMS-Access finding unmatched records Pin
BennyCriziko22-Jan-14 5:31
BennyCriziko22-Jan-14 5:31 
AnswerRe: MS-Access finding unmatched records Pin
Eddy Vluggen22-Jan-14 8:42
professionalEddy Vluggen22-Jan-14 8:42 
GeneralRe: MS-Access finding unmatched records Pin
BennyCriziko22-Jan-14 9:26
BennyCriziko22-Jan-14 9:26 
GeneralRe: MS-Access finding unmatched records Pin
Eddy Vluggen24-Jan-14 9:50
professionalEddy Vluggen24-Jan-14 9:50 
AnswerRe: MS-Access finding unmatched records Pin
Chris Quinn22-Jan-14 20:40
Chris Quinn22-Jan-14 20:40 
QuestionHow to query data base with 3 different conditions Pin
VishwaKL21-Jan-14 22:50
VishwaKL21-Jan-14 22:50 
AnswerRe: How to query data base with 3 different conditions Pin
Shameel21-Jan-14 23:32
professionalShameel21-Jan-14 23:32 
AnswerRe: How to query data base with 3 different conditions Pin
Richard Deeming22-Jan-14 1:49
mveRichard Deeming22-Jan-14 1:49 
GeneralRe: How to query data base with 3 different conditions Pin
VishwaKL22-Jan-14 18:55
VishwaKL22-Jan-14 18:55 
GeneralRe: How to query data base with 3 different conditions Pin
Richard Deeming23-Jan-14 1:32
mveRichard Deeming23-Jan-14 1:32 
QuestionRe: How to query data base with 3 different conditions Pin
Eddy Vluggen22-Jan-14 8:40
professionalEddy Vluggen22-Jan-14 8:40 
QuestionInput required..need help:recursive procedure & container logic Pin
ramina sen21-Jan-14 6:48
ramina sen21-Jan-14 6:48 
AnswerRe: Input required..need help:recursive procedure & container logic Pin
Eddy Vluggen21-Jan-14 6:57
professionalEddy Vluggen21-Jan-14 6:57 
AnswerRe: Input required..need help:recursive procedure & container logic Pin
Mycroft Holmes21-Jan-14 11:59
professionalMycroft Holmes21-Jan-14 11:59 

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.