W wxdqz New Member Aug 21, 2008 #1 I want to create a table with date like : create table reward ( thedate date NOT NULL, .... ); What I need for dates is this format : May 2001 June 1999 How can I do it please ? Thanks
I want to create a table with date like : create table reward ( thedate date NOT NULL, .... ); What I need for dates is this format : May 2001 June 1999 How can I do it please ? Thanks