Click here to Skip to main content
15,914,767 members
Home / Discussions / Database
   

Database

 
AnswerRe: The highest value for VarBinary(MAX) in Production Server Pin
Talal Sultan10-Aug-07 2:01
Talal Sultan10-Aug-07 2:01 
GeneralRe: The highest value for VarBinary(MAX) in Production Server Pin
Nadia Monalisa10-Aug-07 2:10
Nadia Monalisa10-Aug-07 2:10 
GeneralRe: The highest value for VarBinary(MAX) in Production Server Pin
Talal Sultan10-Aug-07 2:16
Talal Sultan10-Aug-07 2:16 
GeneralRe: The highest value for VarBinary(MAX) in Production Server Pin
Luis Alonso Ramos12-Aug-07 14:49
Luis Alonso Ramos12-Aug-07 14:49 
Questionhow can i write a query.... Pin
koolprasad200310-Aug-07 0:06
professionalkoolprasad200310-Aug-07 0:06 
AnswerRe: how can i write a query.... Pin
andyharman10-Aug-07 2:19
professionalandyharman10-Aug-07 2:19 
Questionpivot query in sybase Pin
pete007_ke9-Aug-07 22:08
pete007_ke9-Aug-07 22:08 
AnswerRe: pivot query in sybase Pin
andyharman10-Aug-07 2:24
professionalandyharman10-Aug-07 2:24 
Hi Pete

You should be able to adapt the following technique:
select flavour,
    sum(case when period = 1 then crates else 0 end) as Period1_Total,
    sum(case when period = 2 then crates else 0 end) as Period2_Total
  from ReportSummary
  group by flavour
  order by flavour
The case clause counts just the crates for the stated period.

Regards
Andy

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

QuestionError in connecting remotely to database Pin
IamAmit9-Aug-07 3:18
IamAmit9-Aug-07 3:18 
AnswerRe: Error in connecting remotely to database Pin
Talal Sultan9-Aug-07 3:55
Talal Sultan9-Aug-07 3:55 
AnswerRe: Error in connecting remotely to database Pin
originSH9-Aug-07 5:10
originSH9-Aug-07 5:10 
GeneralRe: Error in connecting remotely to database Pin
IamAmit9-Aug-07 23:09
IamAmit9-Aug-07 23:09 
GeneralRe: Error in connecting remotely to database Pin
Talal Sultan9-Aug-07 23:59
Talal Sultan9-Aug-07 23:59 
GeneralRe: Error in connecting remotely to database Pin
IamAmit10-Aug-07 0:04
IamAmit10-Aug-07 0:04 
GeneralRe: Error in connecting remotely to database Pin
Talal Sultan10-Aug-07 0:11
Talal Sultan10-Aug-07 0:11 
GeneralRe: Error in connecting remotely to database Pin
IamAmit10-Aug-07 0:22
IamAmit10-Aug-07 0:22 
GeneralRe: Error in connecting remotely to database Pin
sam#10-Aug-07 1:35
sam#10-Aug-07 1:35 
GeneralRe: Error in connecting remotely to database Pin
Talal Sultan10-Aug-07 1:56
Talal Sultan10-Aug-07 1:56 
QuestionBulk insert Pin
John.L.Ponratnam9-Aug-07 3:03
John.L.Ponratnam9-Aug-07 3:03 
AnswerRe: Bulk insert Pin
andyharman9-Aug-07 4:41
professionalandyharman9-Aug-07 4:41 
QuestionServer Error i need to solve this error Pin
Rami Said Abd Alhalim9-Aug-07 2:35
Rami Said Abd Alhalim9-Aug-07 2:35 
AnswerRe: Server Error i need to solve this error Pin
Blue_Boy9-Aug-07 2:46
Blue_Boy9-Aug-07 2:46 
GeneralRe: Server Error i need to solve this error Pin
Rami Said Abd Alhalim9-Aug-07 2:50
Rami Said Abd Alhalim9-Aug-07 2:50 
AnswerRe: Server Error i need to solve this error Pin
Talal Sultan9-Aug-07 3:51
Talal Sultan9-Aug-07 3:51 
GeneralRe: Server Error i need to solve this error Pin
Rami Said Abd Alhalim10-Aug-07 19:38
Rami Said Abd Alhalim10-Aug-07 19:38 

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.