Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have an interesting task for my coding life,
there are a number of employees ,there is column that tell me IsHasBike for that employee return true or false,i want to sort all base on this column,mean first all those employee that return true for IsHasBike and then IsHasBike false employee.is there any way??
Posted

1 solution

You need to learn
1. SQL WHERE[^]; and
2. ORDER BY[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900