Hi all one of my columns type is
"DATEON" TIMESTAMP NOT NULL WITH DEFAULT CURRENT TIMESTAMP ,
column content is 10/4/2006 2:34:43 PM
how to run select statement on this particular column
and i want to select particular period of time aswell.
"DATEON" TIMESTAMP NOT NULL WITH DEFAULT CURRENT TIMESTAMP ,
column content is 10/4/2006 2:34:43 PM
how to run select statement on this particular column
and i want to select particular period of time aswell.