MySQL issue
#2

You use the accents when you are not sure if your table name or column name is a MYSQL Reserved word

ORDER BY: Sets the order of the items sorted alphabetically (so: mamoru comes before Zen in a ORDER BY ASC)
LIMIT: Limits the number of records returned (eg: SELECT * FROM users LIMIT 0,10 gets the first 10 users in the table)
Reply


Messages In This Thread
MySQL issue - by Speed++ - 20.09.2012, 12:17
Re: MySQL issue - by mamorunl - 20.09.2012, 12:19
Re: MySQL issue - by Speed++ - 20.09.2012, 13:30
Re: MySQL issue - by Vince - 20.09.2012, 13:37
Re: MySQL issue - by mamorunl - 20.09.2012, 14:03

Forum Jump:


Users browsing this thread: 2 Guest(s)