> Dear Expert,
>
> In the creation of a table, how do you initialize a
date field>
> For instance;
>
> The character fields have 'NULL' placed after them
>
>
<B> CREATE TABLE NEW_TABLE ( IDNO C(6) NULL, DATE_CURR D ___)</B>
>
>
> What do you place after a date field ?
>
>
> Thanks
CREATE TABLE NEW_TABLE ( IDNO C(6) NULL, DATE_CURR D NULL DEFAULT NULL)
Cetin Basoz
.Net has got better.Think about moving - check my blog:
Blog (main)Blog (mirror)