in reply to Re: Re: Re: DBI placeholders, bind_values, and SQL_DATE
in thread DBI placeholders, bind_values, and SQL_DATE

Along this same sort of line you could set a default values in the database itself and then don't even put it in the SQL statement at all unless you don't want the current time for certain queries.

  • Comment on Re: Re: Re: Re: DBI placeholders, bind_values, and SQL_DATE