5
votes
MySQL ORDER problem
This will do what you want:
select *
from myTable
order by field(myID, 8, 7, 6) desc;
You can set the order of whatever ID's (or whatever) youwant to appear, and …
0
votes
Do I want a degree in CS or MIS?
When I was a working developer I knew people with both degrees. From what I gathered people who can handle the math and more intense classes went for the CS degree, and those who couldn't went for …
