I am trying to get some data from a SQL table. After reading the date the output looks like this
ID BEGIN_DT END_DT PX_LAST
----------------------------------------------------------------
13442 1900-01-01 00:00:00.000 1900-01-31 00:00:00.000 1
The data type shown in the output is DATE
.
Can you let me know how to remove the timestamp 00:00:00.000 from the output?