What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » database help

database help
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: database help
CREATE OR REPLACE VIEW MembershipDetails AS
SELECT LastUpdated, DateRegistered, datediff('d', getdate(), dateadd('yyyy', 1, LastUpdated)) as DaysLeftToRenew
FROM MemberList;

Should do the trick ;)

This post was edited on 02-19-2006 at 10:47 PM by RaceProUK.
[Image: spartaafk.png]
02-19-2006 10:47 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
database help - by spokes on 02-15-2006 at 05:33 PM
RE: database help - by Adeptus on 02-17-2006 at 02:42 PM
RE: database help - by RaceProUK on 02-17-2006 at 02:57 PM
RE: database help - by Adeptus on 02-17-2006 at 03:02 PM
RE: database help - by RaceProUK on 02-19-2006 at 10:47 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On