I am getting an error and I am using SQL Server 2008
select * from where rd_date between
to_date('2018-17-05 00:00:00') and to_date('2018-06-06 00:00:00')
When I execute, I am getting the below error
Msg 195, Level 15, State 10, Line 68 'to_date' is not a recognized built-in function name.