0
808
views

Delete a record from a ColdFusion query

A very neat method hidden in the depths of ColdFusion that will delete a row from a ColdFusion query queryNew() in one, very simple line of code.

READ MORE & VIEW COMMENTS
0
781
views

Order mySQL results in a predefined set list order

This neat little mySQL function will tell mySQL to return your recordset in a list order specified by you. So, for example, you can order by in (2,1,4,3,5).

READ MORE & VIEW COMMENTS