Click here to Skip to main content
15,892,298 members
Home / Discussions / Database
   

Database

 
AnswerRe: unresolved external symbol sqlcxt Pin
Chris Meech8-Jun-10 7:14
Chris Meech8-Jun-10 7:14 
QuestionTriggers Pin
Morgs Morgan7-Jun-10 3:28
Morgs Morgan7-Jun-10 3:28 
AnswerRe: Triggers Pin
Mycroft Holmes7-Jun-10 4:33
professionalMycroft Holmes7-Jun-10 4:33 
GeneralRe: Triggers Pin
Morgs Morgan7-Jun-10 5:42
Morgs Morgan7-Jun-10 5:42 
AnswerRe: Triggers Pin
dan!sh 7-Jun-10 5:16
professional dan!sh 7-Jun-10 5:16 
AnswerRe: Triggers Pin
Tim Carmichael7-Jun-10 5:49
Tim Carmichael7-Jun-10 5:49 
QuestionNeed help with an oracle UPDATE [modified] Pin
Kalyan_A6-Jun-10 23:02
professionalKalyan_A6-Jun-10 23:02 
AnswerRe: Need help with an oracle UPDATE Pin
Mycroft Holmes6-Jun-10 23:33
professionalMycroft Holmes6-Jun-10 23:33 
Fairly obvious, your sub select statement is returning 2 rows for n2, this is illegal. try putting DISTINCT in there

UPDATE Table2 SET Field2 = (SELECT DISTINCT t1.FIELD1 FROM Table1 t1, Table2 t2
WHERE t1.Name = t2.Name); 

Never underestimate the power of human stupidity
RAH

GeneralRe: Need help with an oracle UPDATE Pin
Kalyan_A6-Jun-10 23:41
professionalKalyan_A6-Jun-10 23:41 
GeneralRe: Need help with an oracle UPDATE Pin
Mycroft Holmes7-Jun-10 0:53
professionalMycroft Holmes7-Jun-10 0:53 
GeneralRe: Need help with an oracle UPDATE Pin
Kalyan_A7-Jun-10 5:12
professionalKalyan_A7-Jun-10 5:12 
AnswerRe: Need help with an oracle UPDATE Pin
David Skelly7-Jun-10 2:50
David Skelly7-Jun-10 2:50 
GeneralRe: Need help with an oracle UPDATE Pin
Kalyan_A7-Jun-10 5:11
professionalKalyan_A7-Jun-10 5:11 
QuestionRTF to TEXT Pin
Sebastian T Xavier6-Jun-10 20:45
Sebastian T Xavier6-Jun-10 20:45 
AnswerRe: RTF to TEXT Pin
Mycroft Holmes6-Jun-10 23:29
professionalMycroft Holmes6-Jun-10 23:29 
GeneralRe: RTF to TEXT Pin
Sebastian T Xavier6-Jun-10 23:40
Sebastian T Xavier6-Jun-10 23:40 
GeneralRe: RTF to TEXT Pin
Sebastian T Xavier6-Jun-10 23:43
Sebastian T Xavier6-Jun-10 23:43 
AnswerRe: RTF to TEXT Pin
J4amieC6-Jun-10 23:42
J4amieC6-Jun-10 23:42 
GeneralRe: RTF to TEXT Pin
Sebastian T Xavier6-Jun-10 23:51
Sebastian T Xavier6-Jun-10 23:51 
GeneralRe: RTF to TEXT Pin
Mycroft Holmes7-Jun-10 0:56
professionalMycroft Holmes7-Jun-10 0:56 
GeneralRe: RTF to TEXT Pin
Sebastian T Xavier7-Jun-10 1:22
Sebastian T Xavier7-Jun-10 1:22 
GeneralRe: RTF to TEXT Pin
Mycroft Holmes7-Jun-10 1:30
professionalMycroft Holmes7-Jun-10 1:30 
GeneralRe: RTF to TEXT Pin
Eddy Vluggen7-Jun-10 1:59
professionalEddy Vluggen7-Jun-10 1:59 
GeneralRe: RTF to TEXT Pin
Sebastian T Xavier7-Jun-10 3:19
Sebastian T Xavier7-Jun-10 3:19 
GeneralRe: RTF to TEXT Pin
Eddy Vluggen7-Jun-10 3:48
professionalEddy Vluggen7-Jun-10 3:48 

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.