Click here to Skip to main content
15,897,371 members
Home / Discussions / Database
   

Database

 
QuestionDeleting record from a parent table Pin
anujose17-Sep-07 2:13
anujose17-Sep-07 2:13 
AnswerRe: Deleting record from a parent table Pin
Colin Angus Mackay17-Sep-07 2:20
Colin Angus Mackay17-Sep-07 2:20 
AnswerRe: Deleting record from a parent table Pin
Pete O'Hanlon17-Sep-07 2:22
mvePete O'Hanlon17-Sep-07 2:22 
GeneralRe: Deleting record from a parent table Pin
anujose17-Sep-07 2:38
anujose17-Sep-07 2:38 
GeneralRe: Deleting record from a parent table Pin
Pete O'Hanlon17-Sep-07 2:44
mvePete O'Hanlon17-Sep-07 2:44 
QuestionDistinct statement Pin
udikantz17-Sep-07 1:56
udikantz17-Sep-07 1:56 
AnswerRe: Distinct statement Pin
Colin Angus Mackay17-Sep-07 2:26
Colin Angus Mackay17-Sep-07 2:26 
GeneralRe: Distinct statement Pin
udikantz17-Sep-07 3:07
udikantz17-Sep-07 3:07 
if i understand what u are saying you probably ment:

SELECT SKU, TITLE, AVG(PRICE), SUM(QUANTITY), SUM(TOTAL_PRICE)
FROM MyTable
Group BY SKU, TITLE

and not
...
...
...
ORDER BY SKU, TITLE

well that is not working for me , Cause my table contain a few more fields i didnt mention in the example ,
more headers like : COLOR , SIZE , COMMENTS ,...
which may be diferent in any ROW
so when im doing

...
...
...
...
Group BY COLOR,SIZE,TITLE,SKU....ect

im getting the same table as "MyTable"

Frown | :(

any other idea?



Net

GeneralRe: Distinct statement Pin
Colin Angus Mackay17-Sep-07 3:12
Colin Angus Mackay17-Sep-07 3:12 
QuestionMultiLine Cell in DataGridView Pin
udikantz16-Sep-07 23:47
udikantz16-Sep-07 23:47 
AnswerRe: MultiLine Cell in DataGridView Pin
Frank Kerrigan18-Sep-07 2:42
Frank Kerrigan18-Sep-07 2:42 
QuestionOrder by Pin
Sebastian T Xavier16-Sep-07 19:19
Sebastian T Xavier16-Sep-07 19:19 
AnswerRe: Order by Pin
Blue_Boy16-Sep-07 20:36
Blue_Boy16-Sep-07 20:36 
GeneralRe: Order by Pin
Sebastian T Xavier16-Sep-07 20:58
Sebastian T Xavier16-Sep-07 20:58 
GeneralRe: Order by Pin
Colin Angus Mackay16-Sep-07 21:25
Colin Angus Mackay16-Sep-07 21:25 
GeneralRe: Order by Pin
Sebastian T Xavier16-Sep-07 23:08
Sebastian T Xavier16-Sep-07 23:08 
GeneralRe: Order by Pin
Colin Angus Mackay17-Sep-07 2:21
Colin Angus Mackay17-Sep-07 2:21 
AnswerRe: Order by Pin
Krish - KP16-Sep-07 21:25
Krish - KP16-Sep-07 21:25 
GeneralRe: Order by Pin
Sebastian T Xavier16-Sep-07 23:11
Sebastian T Xavier16-Sep-07 23:11 
GeneralRe: Order by Pin
Krish - KP16-Sep-07 23:42
Krish - KP16-Sep-07 23:42 
QuestionLogin control help Pin
sjp70016-Sep-07 8:45
sjp70016-Sep-07 8:45 
AnswerRe: Login control help Pin
Colin Angus Mackay16-Sep-07 11:42
Colin Angus Mackay16-Sep-07 11:42 
QuestionMaintaining a maximum number of rows in a table, by date Pin
chaiguy133716-Sep-07 5:30
chaiguy133716-Sep-07 5:30 
AnswerRe: Maintaining a maximum number of rows in a table, by date Pin
Colin Angus Mackay16-Sep-07 11:40
Colin Angus Mackay16-Sep-07 11:40 
GeneralRe: Maintaining a maximum number of rows in a table, by date Pin
chaiguy133716-Sep-07 14:52
chaiguy133716-Sep-07 14:52 

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.