This is what I'm trying to do in my query
insert into test
values ('null', 'name', 'field2', 'field3', 'datetime here')
I have tried a few different things but it always enters all zero's into the
field...
Just not sure of the proper syntax to use
thanks