how to show the day (like : sunday,monday ...) in sql query i write like this
select datename(day,getdate())
but it give numaric values but i want sunday,monday,tuesday..... please give some soulution
how to show the day (like : sunday,monday ...) in sql query i write like this
select datename(day,getdate())
but it give numaric values but i want sunday,monday,tuesday..... please give some soulution