I need to insert a record into a table but really all I want to do is create
a record that only has the identity field created. What is the syntax for
doing this from an insert statement?
INSERT INTO myTable (do I need something here) VALUES (or here?)
Thanks.
STom