0

Hi

I don't know how to split a dd/mm/yyyy column into dd as Col1, mm as Col2, yyyy as Col3. It is a string Field, so I can't use Select Convert() query.

Terry
  • 5,132
  • 4
  • 33
  • 66
Anjali
  • 1,680
  • 4
  • 26
  • 48

1 Answers1

1

I found this as helpful when I was doing a similar thing a few days ago: T-SQL split string

Just play around with that code and you will get your solution!

Cheers!

Community
  • 1
  • 1
Anshuman
  • 577
  • 1
  • 8
  • 23