[thelist] Insert Nothing

Rob Smith rob.smith at THERMON.com
Mon Sep 27 13:10:10 CDT 2004


Hi list,

I want to insert nothing into an SQL Server table. 
INSERT INTO myTable () VALUES ()

My table structure is this:
caid		int		4		not null
auto_increment
timevisited	datetime	8		not null	(getdate())

How can I achieve this?

Rob Smith


More information about the thelist mailing list