Click here to Skip to main content
15,888,351 members
Home / Discussions / Database
   

Database

 
JokeRe: Sample Code Pin
Mycroft Holmes9-Jun-11 14:17
professionalMycroft Holmes9-Jun-11 14:17 
GeneralRe: Sample Code Pin
mjackson119-Jun-11 18:16
mjackson119-Jun-11 18:16 
AnswerRe: Access AS SQL Front End Pin
Mycroft Holmes9-Jun-11 14:22
professionalMycroft Holmes9-Jun-11 14:22 
AnswerRe: Access AS SQL Front End Pin
jschell10-Jun-11 13:06
jschell10-Jun-11 13:06 
QuestionA Grouping Pin
RadioButton9-Jun-11 4:27
RadioButton9-Jun-11 4:27 
AnswerRe: A Grouping Pin
Blue_Boy9-Jun-11 4:42
Blue_Boy9-Jun-11 4:42 
GeneralRe: A Grouping Pin
RadioButton9-Jun-11 4:53
RadioButton9-Jun-11 4:53 
AnswerRe: A Grouping Pin
Chris Meech9-Jun-11 5:26
Chris Meech9-Jun-11 5:26 
RadioButton wrote:
INNER JOIN [DB].[dbo].[table1] BP ON A.[ProcedureID] = BP.[ProcedureID]


I think this should be LEFT OUTER JOIN instead. Also you should change the count to be
count(nvl(a.ProcedureID,0))
so the NULL values will be counted as zero. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: A Grouping Pin
RadioButton9-Jun-11 5:50
RadioButton9-Jun-11 5:50 
AnswerRe: A Grouping Pin
dbrenth9-Jun-11 9:58
dbrenth9-Jun-11 9:58 
QuestionWrite trigger for multiple tables Pin
vishnukamath8-Jun-11 23:45
vishnukamath8-Jun-11 23:45 
AnswerRe: Write trigger for multiple tables Pin
Simon_Whale8-Jun-11 23:51
Simon_Whale8-Jun-11 23:51 
AnswerRe: Write trigger for multiple tables Pin
Chris Meech9-Jun-11 2:13
Chris Meech9-Jun-11 2:13 
QuestionHow to get rows having sum equal to given value Pin
Hum Dum8-Jun-11 21:25
Hum Dum8-Jun-11 21:25 
AnswerRe: How to get rows having sum equal to given value Pin
Blue_Boy8-Jun-11 23:17
Blue_Boy8-Jun-11 23:17 
AnswerRe: How to get rows having sum equal to given value Pin
Jagz W9-Jun-11 0:01
professionalJagz W9-Jun-11 0:01 
AnswerRe: How to get rows having sum equal to given value Pin
Simon_Whale9-Jun-11 0:29
Simon_Whale9-Jun-11 0:29 
GeneralRe: How to get rows having sum equal to given value Pin
Hum Dum9-Jun-11 13:29
Hum Dum9-Jun-11 13:29 
AnswerRe: How to get rows having sum equal to given value Pin
Shameel9-Jun-11 1:02
professionalShameel9-Jun-11 1:02 
AnswerRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 2:11
sitebuilderLuc Pattyn9-Jun-11 2:11 
GeneralRe: How to get rows having sum equal to given value Pin
konduc9-Jun-11 3:16
konduc9-Jun-11 3:16 
GeneralRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 3:34
sitebuilderLuc Pattyn9-Jun-11 3:34 
GeneralRe: How to get rows having sum equal to given value Pin
Hum Dum9-Jun-11 13:27
Hum Dum9-Jun-11 13:27 
AnswerRe: How to get rows having sum equal to given value Pin
Luc Pattyn9-Jun-11 13:33
sitebuilderLuc Pattyn9-Jun-11 13:33 
QuestionConvert MSSQL database to MySQL database Pin
sarang_k8-Jun-11 17:59
sarang_k8-Jun-11 17:59 

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.