hi guyz , i have a requirement
what i want is ,
in my table i m using varchar to save a date like this 2-dec-2011
now i have a requirement where i need to select employee who where present in a month so for that i need a quary so that i can pull out all the employees who are present in dec like
Code:
select * from emp_attendence where date = 'dec-2011'
but this returns nothing do you have any ways to achieve what i want to
thanks