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

Database

 
Questiondatagrid updation Pin
smdbt1-Dec-05 6:46
smdbt1-Dec-05 6:46 
QuestionTransfer local sql database to web-server Pin
Rama Sharma1-Dec-05 5:46
Rama Sharma1-Dec-05 5:46 
AnswerRe: Transfer local sql database to web-server Pin
Farhan Noor Qureshi1-Dec-05 7:15
Farhan Noor Qureshi1-Dec-05 7:15 
GeneralRe: Transfer local sql database to web-server Pin
Rama Sharma1-Dec-05 14:39
Rama Sharma1-Dec-05 14:39 
GeneralRe: Transfer local sql database to web-server Pin
Farhan Noor Qureshi2-Dec-05 6:24
Farhan Noor Qureshi2-Dec-05 6:24 
Questionget last 7 days inserted Record Pin
imshally811-Dec-05 1:21
imshally811-Dec-05 1:21 
AnswerRe: get last 7 days inserted Record Pin
sreejith ss nair2-Dec-05 6:51
sreejith ss nair2-Dec-05 6:51 
AnswerRe: get last 7 days inserted Record Pin
S Douglas7-Dec-05 0:33
professionalS Douglas7-Dec-05 0:33 
imshally81 wrote:
today inserted record,yesterday inserted record,last 7 days inserted record,last 30 days inserted record and last year inserted record..


You want the last number of days right? How about this?

SELECT tbl.DateColumn
FROM tbl
WHERE tbl.DateColumn Between Date() And DateAdd("d",-7,Date());





ZeePain! wrote:
This seems like one of those programs that started small, grew incrementally, building internal pressure, and finally barfed all over its source code sneakers. Or something.

thedailywtf.com[^]
QuestionHow to write a SQL Function to Find Internal Return Rate(IRR) Value ? Pin
pubududilena30-Nov-05 23:17
pubududilena30-Nov-05 23:17 
AnswerRe: How to write a SQL Function to Find Internal Return Rate(IRR) Value ? Pin
Colin Angus Mackay1-Dec-05 0:24
Colin Angus Mackay1-Dec-05 0:24 
QuestionVS2005 with SQL Server 2000 Pin
vtr_ajr30-Nov-05 21:51
vtr_ajr30-Nov-05 21:51 
QuestionSQL Pin
Robert197430-Nov-05 12:16
Robert197430-Nov-05 12:16 
AnswerRe: SQL Pin
Farhan Noor Qureshi30-Nov-05 13:19
Farhan Noor Qureshi30-Nov-05 13:19 
QuestionDistinct syntax's matter Pin
ventomito30-Nov-05 7:41
ventomito30-Nov-05 7:41 
AnswerRe: Distinct syntax's matter Pin
Farhan Noor Qureshi30-Nov-05 9:10
Farhan Noor Qureshi30-Nov-05 9:10 
GeneralRe: Distinct syntax's matter Pin
ventomito30-Nov-05 9:35
ventomito30-Nov-05 9:35 
GeneralRe: Distinct syntax's matter Pin
Farhan Noor Qureshi30-Nov-05 11:17
Farhan Noor Qureshi30-Nov-05 11:17 
GeneralRe: Distinct syntax's matter Pin
ventomito1-Dec-05 2:56
ventomito1-Dec-05 2:56 
GeneralRe: Distinct syntax's matter Pin
Farhan Noor Qureshi1-Dec-05 7:16
Farhan Noor Qureshi1-Dec-05 7:16 
GeneralRe: Distinct syntax's matter Pin
ventomito1-Dec-05 8:06
ventomito1-Dec-05 8:06 
GeneralRe: Distinct syntax's matter Pin
Farhan Noor Qureshi1-Dec-05 8:49
Farhan Noor Qureshi1-Dec-05 8:49 
GeneralRe: Distinct syntax's matter Pin
ventomito3-Dec-05 5:49
ventomito3-Dec-05 5:49 
GeneralRe: Distinct syntax's matter Pin
Colin Angus Mackay3-Dec-05 6:39
Colin Angus Mackay3-Dec-05 6:39 
GeneralRe: Distinct syntax's matter Pin
Paul Conrad3-Dec-05 15:07
professionalPaul Conrad3-Dec-05 15:07 
QuestionSQL Server 2005 Express edition. question Pin
john111333430-Nov-05 5:58
john111333430-Nov-05 5:58 

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.