okay, i just looked it up at mysql.com and you're right, the SELECT statement does not require a FROM clause
the reason i asked Hugo which query was because i'd hate to have to explain how to create an OOAK (one of a kind) table -- similar to oracle's DUAL -- if the current date was actually required along with something else in an existing query
but the FROM-less SELECT works fine
F.Y.I. mysql does not have a DATE() function, it supports the CURRENT_DATE function which is the international standard
rudy