Hi Mark,
You can write like this: INSERT myTable (col1,...,myDateColumn,...)
VALUES (val1,...,null,...)
OR like this INSERT myTable
SELECT col1,...,null,... FROM ....
Or any other such combination.
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.