database help - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: database help (/showthread.php?tid=55892) database help by spokes on 02-15-2006 at 05:33 PM
ok, im using access and in one table i have these 2 fields RE: database help by Adeptus on 02-17-2006 at 02:42 PM
Hi, RE: database help by RaceProUK on 02-17-2006 at 02:57 PM SQL is a surprisingly powerful language, with many useful functions that allow you to use derived fields. If you must have an actual field though, then just set up a cron job to daily update that field. RE: database help by Adeptus on 02-17-2006 at 03:02 PM
quote: If he wants to make it look like a table with a field, he can always create a view including the computed column... RE: database help by RaceProUK on 02-19-2006 at 10:47 PM
CREATE OR REPLACE VIEW MembershipDetails AS |