Jump to content

[SOLVED] select by portion of a date


AV1611

Recommended Posts

I have a table with dates in a varchar field like this:

2006-06-23

2007-01-02

etc.

 

I need to group by based on year and month only

 

I am using mysql within a php 5 script.

 

Can someone help?  Thanks

 

select * from table where date like ???

or

select * from table group by ???

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/62584-solved-select-by-portion-of-a-date/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.