|
Help with MY SQL.
Hello everyone! I'm in need of some help with MY SQL. I'm relatively new to SQL and trying to create table in a database with a column for a date format of yymm. How would I go about this? Or would I do something like this;
PurchaseDate DATE (YYMM),
or would I define the date column with a contraint any help with this would great.
Thanks,
Jake
|