As far as I found on net the statement
SELECT DATEPART(MONTH,columnName),DATEPART(YEAR,columnName)
doing it and listing the result in 2 columns. What I need is do display date from database (MS SQL) in single column in format like mm/yyyy.
Is there any way to display it in one column?