Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Getting a birthday


Message #1 by Alan Reinhart <avres@c...> on Thu, 12 Sep 2002 08:43:40 -0400
on 9/12/02 10:18 PM, Ken Schaefer at ken@a... wrote:

Would be nice if FrontBase had those vendor-specific date functions. As FB
is just full SQL92 compliant (and little more) I was able to work it out
with by comparing to an INTERVAL.

Thanx!

=Alan R.

> Something like a query where:
> 
> Month(Birthdate) < Month(Date())
> AND
> Year(BirthDate) < Year(Date())
> AND
> DateDiff("y"...)
>


  Return to Index