Adnan
Member since Dec 9, 2015
- Profile: /members/12964-adnan.htm
- Comments: 1
Recent Blog Comments By Adnan
-
Using ORDER BY And LIMIT Clauses In A UNION SQL Statement
Posted on Dec 9, 2015 at 2:47 PM
Think about this: I want to get results from two tables, but want to have a custom order for each of them. For example Get all user.name from table User where id > 100 ORDER BY Name UNION Get all user.name from table User where user.name like 'Th%' ORDER BY ID... read more »