Welcome To Snipplr
Everyone's Recent Snippets Tagged mysql
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Some other alter syntax examples at the URL, which beats the pants off the MySQL manual for some reason.
0
508
posted 14 years ago by tclancy
Quick little snippet for changing the ordering of a field in a MYSQL database.
1
663
posted 14 years ago by Zync
This will create a list grouped by the sorted field, which is an inner join on a category field.
0
395
posted 14 years ago by fostersolutions
make a query and retrieve the first record, if error occurs show it and the query.
0
348
posted 14 years ago by ginoplusio
Creates a MySQL table with all 50 states + Washington D.C. in alphabetical order.
1
421
posted 14 years ago by simplistik
Replace all mysql_query() calls in your project to debug_mysql_query() to see all mysql queries in Firebug console.
1
650
posted 14 years ago by stancell