Click here to Skip to main content
15,918,976 members
Home / Discussions / Database
   

Database

 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
jugnu_ad21-May-14 1:45
jugnu_ad21-May-14 1:45 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Simon_Whale21-May-14 1:50
Simon_Whale21-May-14 1:50 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
jugnu_ad21-May-14 1:56
jugnu_ad21-May-14 1:56 
AnswerRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Eddy Vluggen21-May-14 7:52
professionalEddy Vluggen21-May-14 7:52 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Mycroft Holmes21-May-14 12:51
professionalMycroft Holmes21-May-14 12:51 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Tim Carmichael22-May-14 3:41
Tim Carmichael22-May-14 3:41 
GeneralRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Eddy Vluggen22-May-14 5:10
professionalEddy Vluggen22-May-14 5:10 
AnswerRe: Abnormal Behavior of SQL Server 2008 Enterprise Store Procedure Pin
Shameel22-May-14 3:05
professionalShameel22-May-14 3:05 
Questionhow to updat a column from start point Pin
mhd.sbt20-May-14 0:59
mhd.sbt20-May-14 0:59 
AnswerRe: how to updat a column from start point Pin
Shameel20-May-14 1:19
professionalShameel20-May-14 1:19 
GeneralRe: how to updat a column from start point Pin
mhd.sbt20-May-14 1:35
mhd.sbt20-May-14 1:35 
GeneralRe: how to updat a column from start point Pin
thatraja20-May-14 2:14
professionalthatraja20-May-14 2:14 
GeneralRe: how to updat a column from start point Pin
mhd.sbt20-May-14 7:57
mhd.sbt20-May-14 7:57 
AnswerRe: how to updat a column from start point Pin
thatraja20-May-14 8:06
professionalthatraja20-May-14 8:06 
GeneralRe: how to updat a column from start point Pin
mhd.sbt20-May-14 8:26
mhd.sbt20-May-14 8:26 
AnswerRe: how to updat a column from start point Pin
thatraja20-May-14 8:37
professionalthatraja20-May-14 8:37 
GeneralRe: how to updat a column from start point Pin
NitinDhapte16-Jun-14 3:01
NitinDhapte16-Jun-14 3:01 
AnswerRe: how to updat a column from start point Pin
PIEBALDconsult20-May-14 3:36
mvePIEBALDconsult20-May-14 3:36 
GeneralRe: how to updat a column from start point Pin
mhd.sbt20-May-14 17:47
mhd.sbt20-May-14 17:47 
GeneralRe: how to updat a column from start point Pin
Mycroft Holmes20-May-14 19:54
professionalMycroft Holmes20-May-14 19:54 
AnswerRe: how to updat a column from start point Pin
NitinDhapte16-Jun-14 3:08
NitinDhapte16-Jun-14 3:08 
QuestionUpdate DB Table based on another temp Table data Pin
Sachin k Rajput 19-May-14 4:11
Sachin k Rajput 19-May-14 4:11 
I'm having a temp table in which I'm inserting data. In temp table data is ok and I want to update another table with temp table data. I'm new to SQL My Query is:

update result_table set result_table.a = temp.a, result_table.b = temp.b from temp where temp.a= 1

I'm deleting the data in temp table and inserting data again in temp table and updating the result table.

How can I do this?

Please share your opinions.

Thanks!
AnswerRe: Update DB Table based on another temp Table data Pin
PIEBALDconsult19-May-14 12:22
mvePIEBALDconsult19-May-14 12:22 
Questionweird scenario after executing prepared statement mysql Pin
Gilbert Consellado15-May-14 23:15
professionalGilbert Consellado15-May-14 23:15 
AnswerRe: weird scenario after executing prepared statement mysql Pin
Kornfeld Eliyahu Peter17-May-14 8:21
professionalKornfeld Eliyahu Peter17-May-14 8:21 

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.