1
788
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
0
926
views

How to order results randomly in Oracle

A very simple way to return your Oracle results randomly.

READ MORE & VIEW COMMENTS
0
1025
views

memcached for Windows

Not only is memcached readily available for Linux/UNIX, but you can also get a pre-compiled version for Microsoft Windows Server.

READ MORE & VIEW COMMENTS