Subject | Re: timestamp a column |
---|---|
Author | Dixon Epperson |
Post date | 2004-06-26T15:06:05Z |
thanks Martin, thats what I was looking for and it works just fine.
dixon
dixon
> Try this:
>
> create aTable(
> col1..coln,
> col_time timestamp default 'now'
> );
>
> Bye
> Martin Suer