how to extract month number from a column in a table
439314Jul 11 2005 — edited Jul 11 2005select extract(MONTH FROM DATE to_char(a.creationdate)) from mytable a doesn't work . plz tell me what is wrong with this. is there another way to get the month in a numeric form apart from this.