« CRC32 :: MySQL Function of the Day | Main | ROUND() :: MySQL Function of the Day »
MySQL Function of the Day: Week Six
By Carsten | April 21, 2008
The weekly run-down of MFotD
(See this post for background information on MySQL Function of the Day)
Week Six:
- Monday, April 14th 2008:REVERSE()
- Tuesday, April 15th 2008: CEILING()
- Wednesday, April 16 2008: BENCHMARK()
- Thursday, April 17 2008: MD5()
- Friday, April 18 2008: CRC32()
Week Five:
- Monday, April 7th, 2008: DATE_ADD()
- Tuesday, April 8th, 2008: IFNULL
Week Four
- Wednesday, March 26th, 2008: FORMAT()
- Thursday, March 27th, 2008: BINARY
- Friday, March 28th, 2008:SUBSTRING()
- Monday, March 31st, 2008: LOAD_FILE
- Tuesday, April 1st, 2008: HEX()
Week Three:
- Wednesday, March 19, 2008: PASSWORD()
- Tuesday, March 25, 2008: FIND_IN_SET()
Week Two:
- Wednesday, March 12, 2008: ELT()
- Thursday, March 13, 2008: IF()
- Friday, March 14, 2008: REPEAT()
- Monday, March 17, 2008: FLOOR()
- Tuesday, March 18, 2008: DIV()
Week One:
- Wednesday, March 5th, 2008: CHAR_LENGTH()
- Thursday, March 6th, 2008: NOW()
- Friday, March 7th, 2008: CONCAT_WS
- Monday, March 10th, 2008: LOWER()
- Tuesday, March 11th, 2008: DATE_FORMAT()
MySQL Function of the Day is a small series of concise information regarding most of the functions and operators available in MySQL. Inspired by PHPs funcaday, it’s meant to provide a daily dose of something in-between “Aha!” and “Ho-hum, I knew that already”, depending on your level of experience with MySQL. You can access the entire series with your browser here or pick up the RSS feed here.
Topics: MySQL, MySQL Function of the day |