Hello,
I try to convert a pseudo datetime string into a date. In Oracle I can do
to_date( MyDate, 'yyyymmddhh24mi ss' ); how I can do this with MS SQL ?
thanks and regards
Mark
I try to convert a pseudo datetime string into a date. In Oracle I can do
to_date( MyDate, 'yyyymmddhh24mi ss' ); how I can do this with MS SQL ?
thanks and regards
Mark
Comment