I have table that contain employee info now i want to display Employee info who have joined before 2000-2-5
What Query should i Write
I have written Select * From Empinfo where Dataofjoining> 2000-2-5
But it's displaying the all the employee beore 2000-2-5.
Please help me.