Click here to Skip to main content
15,886,518 members
Home / Discussions / Database
   

Database

 
AnswerRe: Creating a Microsoft Acces "Module" in a MDB-file by Code from C++ Pin
Uwe Keim25-Oct-05 20:33
sitebuilderUwe Keim25-Oct-05 20:33 
QuestionQuery Tables Fiels name and type Pin
icDavid25-Oct-05 13:12
icDavid25-Oct-05 13:12 
AnswerRe: Query Tables Fiels name and type Pin
icDavid25-Oct-05 14:27
icDavid25-Oct-05 14:27 
AnswerRe: Query Tables Fiels name and type Pin
Farhan Noor Qureshi25-Oct-05 17:59
Farhan Noor Qureshi25-Oct-05 17:59 
QuestionAggregate queries and functions Pin
mjackson1125-Oct-05 10:53
mjackson1125-Oct-05 10:53 
AnswerRe: Aggregate queries and functions Pin
Farhan Noor Qureshi25-Oct-05 12:38
Farhan Noor Qureshi25-Oct-05 12:38 
GeneralRe: Aggregate queries and functions Pin
mjackson1125-Oct-05 18:25
mjackson1125-Oct-05 18:25 
GeneralRe: Aggregate queries and functions Pin
Farhan Noor Qureshi26-Oct-05 11:35
Farhan Noor Qureshi26-Oct-05 11:35 
Use nested query. Something like,

Select sum_of_data, your_function(sum_of_data)
From (Select sum(...) as sum_of_data from orders Where ....) as Temp_Results



Farhan Noor Qureshi

if (this == this) thow this;
QuestionHiiSQL Server Database Name Pin
utsav_verma24-Oct-05 19:48
utsav_verma24-Oct-05 19:48 
AnswerRe: HiiSQL Server Database Name Pin
Colin Angus Mackay24-Oct-05 20:13
Colin Angus Mackay24-Oct-05 20:13 
Questionraw_Open Pin
Karim Shehadeh24-Oct-05 11:03
Karim Shehadeh24-Oct-05 11:03 
QuestionLast unique inserted row Pin
Anonymous24-Oct-05 1:14
Anonymous24-Oct-05 1:14 
AnswerRe: Last unique inserted row Pin
miah alom24-Oct-05 4:50
miah alom24-Oct-05 4:50 
AnswerRe: Last unique inserted row Pin
toxcct25-Oct-05 0:24
toxcct25-Oct-05 0:24 
QuestionJoining Tables Pin
Greeky23-Oct-05 21:53
Greeky23-Oct-05 21:53 
AnswerRe: Joining Tables Pin
miah alom24-Oct-05 4:54
miah alom24-Oct-05 4:54 
QuestionUsing where clause with .CSV files Pin
Adeel68823-Oct-05 19:15
Adeel68823-Oct-05 19:15 
QuestionADO SECURITY WARNING! Pin
delnaz23-Oct-05 6:52
delnaz23-Oct-05 6:52 
QuestionADO WARNING SECURITY Pin
delnaz23-Oct-05 0:10
delnaz23-Oct-05 0:10 
AnswerRe: ADO WARNING SECURITY Pin
S Douglas7-Nov-05 23:03
professionalS Douglas7-Nov-05 23:03 
Questionmysql query browser (newbie) - running multiple queries Pin
tjawed22-Oct-05 8:50
tjawed22-Oct-05 8:50 
AnswerRe: mysql query browser (newbie) - running multiple queries Pin
dabuskol23-Oct-05 19:52
dabuskol23-Oct-05 19:52 
QuestionTutotial Link[modified] Pin
ddmcr22-Oct-05 3:39
ddmcr22-Oct-05 3:39 
AnswerRe: Tutotial Link Pin
Stanciu Vlad22-Oct-05 7:51
Stanciu Vlad22-Oct-05 7:51 
GeneralRe: Tutotial Link Pin
ddmcr22-Oct-05 10:31
ddmcr22-Oct-05 10:31 

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.