How can I convert a varchar field of the form YYYYMMDD to a datetime in T-SQL?
Thank you.
|
|
|
|
|
|
|
|
||||
|
|
|
Use the CONVERT() function? |
||
|
|