Hi,
Simplifying my problem its this,
I have inserted a record in to a 'table1' which has fields 'name' (CHAR(10), Primary Key) and 'date1' (DATE, Null)
The insert statement was
INSERT INTO table1 VALUES ('bill', null);
This shows, as you'd expect
name | date1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.