We are optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content.
Pages
▼
23 Apr 2013
How to show particular row always at first in Mysql ??
Ans:
select*from table_name order by field(id,'17') DESC
No comments:
Post a Comment