Click here to Skip to main content
15,887,981 members
Home / Discussions / Database
   

Database

 
GeneralRe: Replicate Pin
Brendan Vogt15-Mar-09 5:54
Brendan Vogt15-Mar-09 5:54 
Questionselect upcoming birthday? Pin
Meax11-Mar-09 7:13
Meax11-Mar-09 7:13 
AnswerRe: select upcoming birthday? Pin
Syed Mehroz Alam11-Mar-09 7:39
Syed Mehroz Alam11-Mar-09 7:39 
GeneralRe: select upcoming birthday? Pin
Meax11-Mar-09 8:06
Meax11-Mar-09 8:06 
GeneralRe: select upcoming birthday? Pin
Syed Mehroz Alam11-Mar-09 19:39
Syed Mehroz Alam11-Mar-09 19:39 
AnswerRe: select upcoming birthday? Pin
Luc Pattyn11-Mar-09 8:35
sitebuilderLuc Pattyn11-Mar-09 8:35 
GeneralRe: select upcoming birthday? Pin
Meax11-Mar-09 8:38
Meax11-Mar-09 8:38 
AnswerRe: select upcoming birthday? Pin
Luc Pattyn11-Mar-09 8:54
sitebuilderLuc Pattyn11-Mar-09 8:54 
<br />
SELECT TOP 1 * FROM UsersProfile WHERE datepart(dy,DOB)>=datepart(dy,now()) ORDER BY datepart(dy,DOB)


is what I would try to get the next one.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets


GeneralRe: select upcoming birthday? Pin
Meax11-Mar-09 9:41
Meax11-Mar-09 9:41 
GeneralRe: select upcoming birthday? Pin
Luc Pattyn11-Mar-09 10:10
sitebuilderLuc Pattyn11-Mar-09 10:10 
GeneralRe: select upcoming birthday? Pin
Meax11-Mar-09 21:10
Meax11-Mar-09 21:10 
GeneralRe: select upcoming birthday? Pin
Jay Royall11-Mar-09 23:00
Jay Royall11-Mar-09 23:00 
GeneralRe: select upcoming birthday? Pin
Meax11-Mar-09 23:27
Meax11-Mar-09 23:27 
GeneralRe: select upcoming birthday? Pin
Jay Royall11-Mar-09 23:41
Jay Royall11-Mar-09 23:41 
AnswerRe: select upcoming birthday? Pin
je_gonzalez15-Mar-09 16:07
je_gonzalez15-Mar-09 16:07 
QuestionCreate Table in Oracle 10G Pin
E_Gold11-Mar-09 2:47
E_Gold11-Mar-09 2:47 
AnswerRe: Create Table in Oracle 10G Pin
Blue_Boy11-Mar-09 2:57
Blue_Boy11-Mar-09 2:57 
GeneralRe: Create Table in Oracle 10G Pin
E_Gold11-Mar-09 5:36
E_Gold11-Mar-09 5:36 
QuestionGenerate Reference Number Pin
musefan11-Mar-09 0:06
musefan11-Mar-09 0:06 
AnswerRe: Generate Reference Number Pin
Blue_Boy11-Mar-09 2:18
Blue_Boy11-Mar-09 2:18 
GeneralRe: Generate Reference Number Pin
musefan11-Mar-09 2:29
musefan11-Mar-09 2:29 
GeneralRe: Generate Reference Number Pin
Blue_Boy11-Mar-09 2:55
Blue_Boy11-Mar-09 2:55 
QuestionT-SQL and XML question. Pin
Jamie Nordmeyer10-Mar-09 17:11
Jamie Nordmeyer10-Mar-09 17:11 
QuestionRandom or sequential allocation! Pin
Learner52010-Mar-09 14:06
Learner52010-Mar-09 14:06 
AnswerRe: Random or sequential allocation! Pin
Ashfield10-Mar-09 22:04
Ashfield10-Mar-09 22:04 

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.