Subject Re: timestamp a column
Author Dixon Epperson
thanks Martin, thats what I was looking for and it works just fine.

dixon
> Try this:
>
> create aTable(
> col1..coln,
> col_time timestamp default 'now'
> );
>
> Bye
> Martin Suer