Click here to Skip to main content
15,891,935 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to connect with Oracle with c# Pin
Colin Angus Mackay21-Feb-06 1:46
Colin Angus Mackay21-Feb-06 1:46 
QuestionSecurity: Scanning for SQL Server Pin
devvvy20-Feb-06 17:24
devvvy20-Feb-06 17:24 
QuestionCombining two SELECT statements Pin
myNameIsRon20-Feb-06 13:00
myNameIsRon20-Feb-06 13:00 
AnswerRe: Combining two SELECT statements Pin
Mike Ellison20-Feb-06 16:27
Mike Ellison20-Feb-06 16:27 
GeneralRe: Combining two SELECT statements Pin
myNameIsRon22-Feb-06 5:25
myNameIsRon22-Feb-06 5:25 
Questionselecting MAX date records Pin
Joshua Lunsford20-Feb-06 11:32
Joshua Lunsford20-Feb-06 11:32 
AnswerRe: selecting MAX date records Pin
Mike Ellison20-Feb-06 12:29
Mike Ellison20-Feb-06 12:29 
QuestionA simple query Pin
sacoskun20-Feb-06 9:18
sacoskun20-Feb-06 9:18 
Hello,

I have a table such as;
(A and B are attribute names)

A B
- -
1 A
1 B
2 B
3 A
5 C
5 A

I would like a query that returns me each distinct group of B column with its A column values.

For instance;
1, 3, 5 > A
1, 2 > B
5 > C

and I would like to be able to do something on each distinct group.
(hope that I could be able to point my request)

Sarp
AnswerRe: A simple query Pin
Mike Ellison20-Feb-06 18:21
Mike Ellison20-Feb-06 18:21 
Questiondistinct columns? Pin
nixter99920-Feb-06 3:42
nixter99920-Feb-06 3:42 
AnswerRe: distinct columns? Pin
Chris Meech20-Feb-06 4:02
Chris Meech20-Feb-06 4:02 
GeneralRe: distinct columns? Pin
nixter99920-Feb-06 4:15
nixter99920-Feb-06 4:15 
GeneralRe: distinct columns? Pin
Joshua Lunsford20-Feb-06 12:01
Joshua Lunsford20-Feb-06 12:01 
GeneralRe: distinct columns? Pin
Chris Meech21-Feb-06 3:53
Chris Meech21-Feb-06 3:53 
QuestionTyped dataset and ReadXml Pin
slappe20-Feb-06 2:37
slappe20-Feb-06 2:37 
QuestioncomboBox1.ValueMember = "column1" Pin
myNameIsRon19-Feb-06 11:51
myNameIsRon19-Feb-06 11:51 
AnswerRe: comboBox1.ValueMember = "column1" Pin
Ritesh123419-Feb-06 18:37
Ritesh123419-Feb-06 18:37 
GeneralRe: comboBox1.ValueMember = "column1" Pin
myNameIsRon20-Feb-06 12:50
myNameIsRon20-Feb-06 12:50 
AnswerRe: comboBox1.ValueMember = "column1" Pin
AlexeiXX320-Feb-06 7:18
AlexeiXX320-Feb-06 7:18 
GeneralRe: comboBox1.ValueMember = "column1" Pin
myNameIsRon20-Feb-06 12:45
myNameIsRon20-Feb-06 12:45 
GeneralRe: comboBox1.ValueMember = "column1" Pin
AlexeiXX320-Feb-06 13:41
AlexeiXX320-Feb-06 13:41 
QuestionDate problem Pin
sebastian yeok18-Feb-06 22:41
sebastian yeok18-Feb-06 22:41 
AnswerRe: Date problem Pin
Colin Angus Mackay19-Feb-06 0:41
Colin Angus Mackay19-Feb-06 0:41 
GeneralRe: Date problem Pin
sebastian yeok19-Feb-06 1:53
sebastian yeok19-Feb-06 1:53 
GeneralRe: Date problem Pin
Colin Angus Mackay19-Feb-06 2:19
Colin Angus Mackay19-Feb-06 2:19 

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.