I've been programming with MySQL for some time now but I am only just discovering there is a lot more you can do with MySQL without using PHP to do all the work...
I'm having a look at http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html and it's all jargon to me... it's the hardest documentation I've ever come across...
Does anyone know a website that is easy to understand and lists all the functions you can use with MySQL?
Mysql Functions
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
I find all the italics etc hard to follow... Also, when it gives an example, it shows it like this:
Is the character/number after the -> the value it would return?
Code: Select all
mysql> SELECT ASCII('2');
-> 50- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact: