Entries tagged ‘MySQL’
May 21st 2010
Creating MySQL Dates From Integer day, month and year columns
Granted, this is hardly a common occurrence, but recently I’ve had need to work with a database table that for historical reasons stores dates in three separate integer columns, one each for day, month and year. The need for special intervention here depends very much on your data, and I’m assuming that if you’re reading [...]

