Dear Expert,
In the creation of a table, how do you initialize a
date fieldFor 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