In mysql db table I have all countries like:
and I fetched all countries as:
SELECT * FROM countries_table ORDER BY country_name
but I want to show some specific countries at top of the list:
and then other will come in ORDER BY country_name
Could it be solved by MYSQL and/or PHP & how?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…