From: Peter Brawley Date: July 24 2008 3:28pm Subject: Re: how to Get file modified time and date of file by using builtin function or procedure in sql? List-Archive: http://lists.mysql.com/mysql/213834 Message-Id: <48889FB7.3030708@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >how to Get file modified time and date of file by using builtin function or procedure in sql? On Codd's rules, it oughtn't to be possible---it'd be a backdoor. If there is a need to know the datetime of the last mod to a table, that info ought to be in a column in a table. PB