Click here to Skip to main content
15,884,007 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query in SQL Server or Oracles Pin
Jörgen Andersson11-Jan-14 10:00
professionalJörgen Andersson11-Jan-14 10:00 
GeneralRe: Query in SQL Server or Oracles Pin
mrkeivan14-Jan-14 11:48
mrkeivan14-Jan-14 11:48 
Questionhow to use sub report in rdlc Pin
mhd.sbt6-Jan-14 22:12
mhd.sbt6-Jan-14 22:12 
Question[solved] unknown syntax of stored procedure Pin
delosb6-Jan-14 4:33
delosb6-Jan-14 4:33 
AnswerRe: unknown syntax of stored procedure Pin
Peter Leow6-Jan-14 5:00
professionalPeter Leow6-Jan-14 5:00 
GeneralRe: unknown syntax of stored procedure Pin
delosb6-Jan-14 5:12
delosb6-Jan-14 5:12 
GeneralRe: unknown syntax of stored procedure Pin
Peter Leow6-Jan-14 5:20
professionalPeter Leow6-Jan-14 5:20 
Questioni want to write a optimal query for a complex problem Pin
mhd.sbt5-Jan-14 22:32
mhd.sbt5-Jan-14 22:32 
Hi to all
How can I write a query that get me this result:
My table is :
ColumnA ColumnB ColumnC ColumnD
A1 B1 Can be any thing Can be any thing
A1 B2 Can be any thing Can be any thing
A1 0 Can be any thing Can be any thing
A1 0 Can be any thing Can be any thing
A3 1 Can be any thing Can be any thing


I want to get this result after run a query:
ColumnA ColumnB ColumnC ColumnD
A1 B1 Can be any thing Can be any thing
A1 0 Can be any thing Can be any thing
A1 0 Can be any thing Can be any thing
A3 1 Can be any thing Can be any thing


If ColumnA have B1 and also have a row with B2 I want to just get A1 B1 Row
How can I do this
Thanks for any idea
QuestionRe: i want to write a optimal query for a complex problem Pin
Jörgen Andersson6-Jan-14 1:41
professionalJörgen Andersson6-Jan-14 1:41 
QuestionHow to loop or something a temp distinct table to sum up the totals Pin
jkirkerx3-Jan-14 10:38
professionaljkirkerx3-Jan-14 10:38 
AnswerRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson4-Jan-14 19:00
professionalJörgen Andersson4-Jan-14 19:00 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx4-Jan-14 19:38
professionaljkirkerx4-Jan-14 19:38 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson4-Jan-14 21:04
professionalJörgen Andersson4-Jan-14 21:04 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx5-Jan-14 7:57
professionaljkirkerx5-Jan-14 7:57 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx5-Jan-14 8:29
professionaljkirkerx5-Jan-14 8:29 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Christian Graus5-Jan-14 16:02
protectorChristian Graus5-Jan-14 16:02 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson5-Jan-14 22:19
professionalJörgen Andersson5-Jan-14 22:19 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx6-Jan-14 6:06
professionaljkirkerx6-Jan-14 6:06 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson5-Jan-14 22:16
professionalJörgen Andersson5-Jan-14 22:16 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx6-Jan-14 6:15
professionaljkirkerx6-Jan-14 6:15 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson6-Jan-14 8:17
professionalJörgen Andersson6-Jan-14 8:17 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx6-Jan-14 7:01
professionaljkirkerx6-Jan-14 7:01 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
Jörgen Andersson6-Jan-14 8:36
professionalJörgen Andersson6-Jan-14 8:36 
GeneralRe: How to loop or something a temp distinct table to sum up the totals Pin
jkirkerx6-Jan-14 9:02
professionaljkirkerx6-Jan-14 9:02 
QuestionNot work correctly Pin
Member 100045982-Jan-14 23:05
Member 100045982-Jan-14 23:05 

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.