Hello,
I would like to ask a question.
How can I format the Date Value in SQL Statement like this?
SELECT Format(OrderDat e,"MMM-yyyy") etc
In vb.net we can format Date Value like this.
Format(OrderDat e,"MMM-yyyy")
Thanks in advance
Mike
I would like to ask a question.
How can I format the Date Value in SQL Statement like this?
SELECT Format(OrderDat e,"MMM-yyyy") etc
In vb.net we can format Date Value like this.
Format(OrderDat e,"MMM-yyyy")
Thanks in advance
Mike
Comment