Dropping a Unique Key?

2001-05-15 Thread Jason Lam
How do I drop a Unique key from a table in my database? I know I should Alter table, however there doesn't seems to have an option to drop just the Unique key but not the primary key. Change and modify does seems to do it either.. Jaso

Select partial DATE?

2001-04-20 Thread Jason Lam
this? In a nutshell, how do I select some DATE type of data just by year and month match? Thanks Jason Lam