chad kellerman wrote:
>Hello,
> I am sure this is an easy question but I am not thinking clearly for some
>reason. :^)
>
> If you set a column to auto_Increment. You do not have to put the
>auto_increment # in the insert statement to get it to be inserted. Mysql
>does this automatically.
>
> Is there a way to have the timestamp automatically inserted when an
>insert statement is run? The timestamp of the insert statement.
>
>thanks for the help,
>chad
>
>
That is what the timestamp type is for.
Please read the manual.