Can someone please explain why CreatedDate column even has '2017-07-28 21:36:29.120' value, it gives error when using in where clause with same format which table has like below?
This give error. But this is same with data in table.
where CreatedDate <= '2017-07-28 21:36:29.120'
This is working. But this is not same format with table.
where CreatedDate <= '2017/28/07 21:36:29.120'