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

Database

 
AnswerRe: Retrieving data from dual table... Pin
andyharman19-Feb-07 2:08
professionalandyharman19-Feb-07 2:08 
QuestionOracle 9i looping through master detail Pin
K.P.Kannan19-Feb-07 0:38
K.P.Kannan19-Feb-07 0:38 
AnswerRe: Oracle 9i looping through master detail Pin
andyharman19-Feb-07 1:52
professionalandyharman19-Feb-07 1:52 
QuestionIf Directory Structure is not known then how to provide file path for a FILENAME param Pin
Mushtaque Nizamani19-Feb-07 0:09
Mushtaque Nizamani19-Feb-07 0:09 
AnswerRe: If Directory Structure is not known then how to provide file path for a FILENAME param Pin
Colin Angus Mackay19-Feb-07 0:40
Colin Angus Mackay19-Feb-07 0:40 
QuestionA couple of questions Pin
El'Cachubrey18-Feb-07 23:52
El'Cachubrey18-Feb-07 23:52 
QuestionWhere to work it out? Pin
Sam Heller18-Feb-07 23:01
Sam Heller18-Feb-07 23:01 
AnswerRe: Where to work it out? Pin
andyharman19-Feb-07 1:59
professionalandyharman19-Feb-07 1:59 
Hi Sam

I would use a stored procedure based on the following SQL:
SELECT ProductCode,
  (SELECT ###Statistics sub-select### FROM MyTable1 A
   WHERE A.ProductCode = Product.ProductCode) AS Statistic1,
  (SELECT ###Statistics sub-select### FROM MyTable2 A
   WHERE A.ProductCode = Product.ProductCode) AS Statistic2,
  ###etc
FROM Product
ORDER By ProductCode
You need to replace the "###" bits with SQL that matches your statistical requirements.

Hope that helps.
Andy
Questionhow to retrieve the result in Oracle? Pin
ShaluMalu18-Feb-07 23:00
ShaluMalu18-Feb-07 23:00 
AnswerRe: how to retrieve the result in Oracle? Pin
andyharman19-Feb-07 1:53
professionalandyharman19-Feb-07 1:53 
QuestionMaxLocksPerFile initialization through Installshield Pin
Harpreet00718-Feb-07 20:07
Harpreet00718-Feb-07 20:07 
AnswerRe: MaxLocksPerFile initialization through Installshield Pin
Harpreet00719-Feb-07 17:45
Harpreet00719-Feb-07 17:45 
QuestionHow do i set the parameter value Pin
www.Developerof.NET18-Feb-07 17:45
www.Developerof.NET18-Feb-07 17:45 
AnswerRe: How do i set the parameter value Pin
Krish - KP18-Feb-07 17:52
Krish - KP18-Feb-07 17:52 
GeneralRe: How do i set the parameter value Pin
www.Developerof.NET18-Feb-07 18:06
www.Developerof.NET18-Feb-07 18:06 
QuestionSetting parameter value as alias on column Pin
firestoper18-Feb-07 16:18
firestoper18-Feb-07 16:18 
AnswerRe: Setting parameter value as alias on column Pin
Krish - KP18-Feb-07 16:39
Krish - KP18-Feb-07 16:39 
GeneralRe: Setting parameter value as alias on column Pin
firestoper18-Feb-07 16:54
firestoper18-Feb-07 16:54 
AnswerRe: Setting parameter value as alias on column Pin
Harini N K21-Feb-07 21:57
Harini N K21-Feb-07 21:57 
Questiondecimal data type Pin
hadad18-Feb-07 7:48
hadad18-Feb-07 7:48 
AnswerRe: decimal data type Pin
Krish - KP18-Feb-07 17:08
Krish - KP18-Feb-07 17:08 
GeneralRe: decimal data type Pin
hadad18-Feb-07 21:53
hadad18-Feb-07 21:53 
GeneralRe: decimal data type Pin
Krish - KP18-Feb-07 22:52
Krish - KP18-Feb-07 22:52 
GeneralRe: decimal data type Pin
hadad23-Feb-07 1:57
hadad23-Feb-07 1:57 
GeneralRe: decimal data type Pin
Krish - KP26-Feb-07 17:17
Krish - KP26-Feb-07 17:17 

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.