Click here to Skip to main content
15,920,111 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL SUM() Pin
Not Active9-Aug-03 13:28
mentorNot Active9-Aug-03 13:28 
GeneralRe: SQL SUM() Pin
Arjan Einbu10-Aug-03 10:10
Arjan Einbu10-Aug-03 10:10 
GeneralDataView Pin
Jubal7-Aug-03 8:13
Jubal7-Aug-03 8:13 
GeneralLinking One Server To Another Pin
qmuffs7-Aug-03 7:02
qmuffs7-Aug-03 7:02 
GeneralRe: Linking One Server To Another Pin
Alexander Kojevnikov7-Aug-03 23:58
Alexander Kojevnikov7-Aug-03 23:58 
GeneralRe: Linking One Server To Another Pin
qmuffs8-Aug-03 8:46
qmuffs8-Aug-03 8:46 
GeneralNeed help with "order by", "group by" Pin
lnong7-Aug-03 1:44
lnong7-Aug-03 1:44 
GeneralRe: Need help with "order by", "group by" Pin
Arjan Einbu7-Aug-03 8:11
Arjan Einbu7-Aug-03 8:11 
Just a small modification (in bold) to your second query:
<br />
Select e.Event_ID, e.Event_Date, p.Prod_Name from EVENT e, PRODUCT p, EVENTS_PRODUCTS eps<br />
where e.Event_ID = eps.Event_ID and eps.Prod_ID = p.Prod_ID<br />
order by e.Event_ID p.Prod_Name DESC, e.Event_Date DESC<br />

Then the grouping of data can be done in the code that renders the HTML. (Iterate through the results, and create a "group-seperator" only when Event_ID changes...)
GeneralRe: Need help with &quot;order by&quot;, &quot;group by&quot; Pin
lnong7-Aug-03 8:41
lnong7-Aug-03 8:41 
GeneralRe: Need help with &quot;order by&quot;, &quot;group by&quot; Pin
Arjan Einbu7-Aug-03 9:29
Arjan Einbu7-Aug-03 9:29 
GeneralPerl script to sql server2000 conversion Pin
puneet trehan6-Aug-03 22:15
puneet trehan6-Aug-03 22:15 
GeneralJoining tables Pin
totig6-Aug-03 12:32
totig6-Aug-03 12:32 
GeneralRe: Joining tables Pin
Rein Hillmann6-Aug-03 21:55
Rein Hillmann6-Aug-03 21:55 
GeneralHowto:? obtain all unique values in a column from a .net datatable Pin
pg82906-Aug-03 10:50
pg82906-Aug-03 10:50 
GeneralRe: Howto:? obtain all unique values in a column from a .net datatable Pin
Rocky Moore6-Aug-03 23:27
Rocky Moore6-Aug-03 23:27 
QuestionHow to obtain a list of all tables in a DATASOURCE Pin
Terry O'Nolley6-Aug-03 8:49
Terry O'Nolley6-Aug-03 8:49 
GeneralEncoding user input Pin
Adam Durity6-Aug-03 4:32
Adam Durity6-Aug-03 4:32 
GeneralRe: Encoding user input Pin
Alexander Kojevnikov6-Aug-03 5:42
Alexander Kojevnikov6-Aug-03 5:42 
GeneralRe: Encoding user input Pin
Rocky Moore6-Aug-03 22:58
Rocky Moore6-Aug-03 22:58 
GeneralAnother Rounding issue Pin
Anonymous5-Aug-03 2:40
Anonymous5-Aug-03 2:40 
GeneralATL and ADO Problem Pin
Popeye Doyle Murray5-Aug-03 2:40
Popeye Doyle Murray5-Aug-03 2:40 
QuestionUsing ADO to transfer data? Pin
soup5-Aug-03 0:55
soup5-Aug-03 0:55 
QuestionConnecting to .DBF file???? Pin
Marix5-Aug-03 0:33
Marix5-Aug-03 0:33 
AnswerRe: Connecting to .DBF file???? Pin
charoldson11-Aug-03 8:31
charoldson11-Aug-03 8:31 
General.NET SQL Float rounding problem.. Pin
Member 964-Aug-03 15:32
Member 964-Aug-03 15:32 

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.