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

Database

 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
i.j.russell13-Jan-10 8:59
i.j.russell13-Jan-10 8:59 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:50
James Shao17-Jan-10 2:50 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
Lee Ludden13-Jan-10 13:33
Lee Ludden13-Jan-10 13:33 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:49
James Shao17-Jan-10 2:49 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
James Shao13-Jan-10 13:57
James Shao13-Jan-10 13:57 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
Niladri_Biswas14-Jan-10 16:27
Niladri_Biswas14-Jan-10 16:27 
Questionavg (sqlite) Pin
jashimu13-Jan-10 3:39
jashimu13-Jan-10 3:39 
AnswerRe: avg (sqlite) Pin
James Shao13-Jan-10 4:36
James Shao13-Jan-10 4:36 
I'm not sure if these work, but they should worth a try:

Select (t1.col1, t2.col1,t3.col1, t4.col1, t5.col1, t6.col1)/6
From table1 as t1, table2 as t2, table3 as t3, table4 as t4, table5 as t5, table6 as t6

or

use nested Select statement (use the sql AVG function on a grand total, and in the nested select statement you can define that the grand total is sum of individual columns).

or

use User-Defined-Function (you can create a function that takes in 6 parameters and return an average).
GeneralRe: avg (sqlite) [modified] Pin
jashimu13-Jan-10 5:00
jashimu13-Jan-10 5:00 
AnswerRe: avg (sqlite) Pin
loyal ginger13-Jan-10 5:44
loyal ginger13-Jan-10 5:44 
AnswerRe: avg (sqlite) Pin
Niladri_Biswas14-Jan-10 16:49
Niladri_Biswas14-Jan-10 16:49 
QuestionMS SQL Server 2005 UDF only returns first character from a string value Pin
Steven J Jowett13-Jan-10 1:40
Steven J Jowett13-Jan-10 1:40 
AnswerRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
Covean13-Jan-10 1:44
Covean13-Jan-10 1:44 
AnswerRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
J4amieC13-Jan-10 2:17
J4amieC13-Jan-10 2:17 
GeneralRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
Steven J Jowett13-Jan-10 4:25
Steven J Jowett13-Jan-10 4:25 
GeneralRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
Ashfield13-Jan-10 5:15
Ashfield13-Jan-10 5:15 
GeneralRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
Steven J Jowett13-Jan-10 5:21
Steven J Jowett13-Jan-10 5:21 
GeneralRe: MS SQL Server 2005 UDF only returns first character from a string value Pin
Ashfield13-Jan-10 8:36
Ashfield13-Jan-10 8:36 
Questionupdate Query with Order by Clause- SQL Server2008 Pin
Paramu197311-Jan-10 22:51
Paramu197311-Jan-10 22:51 
AnswerRe: update Query with Order by Clause- SQL Server2008 Pin
Mycroft Holmes11-Jan-10 23:21
professionalMycroft Holmes11-Jan-10 23:21 
GeneralRe: update Query with Order by Clause- SQL Server2008 Pin
i.j.russell12-Jan-10 3:54
i.j.russell12-Jan-10 3:54 
AnswerRe: update Query with Order by Clause- SQL Server2008 Pin
i.j.russell12-Jan-10 3:57
i.j.russell12-Jan-10 3:57 
AnswerRe: update Query with Order by Clause- SQL Server2008 [modified] Pin
loyal ginger12-Jan-10 4:06
loyal ginger12-Jan-10 4:06 
AnswerRe: update Query with Order by Clause- SQL Server2008 Pin
Corporal Agarn12-Jan-10 5:10
professionalCorporal Agarn12-Jan-10 5:10 
GeneralRe: update Query with Order by Clause- SQL Server2008 Pin
i.j.russell12-Jan-10 5:15
i.j.russell12-Jan-10 5:15 

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.