Hey all,
I have columns with the following format:
yyyy-mm-dd hh:mm:ss
Want to remove the timestamp while keeping everything else same including format and data type.
Note: Some null values exist in the columns.
Thanks
Use Select Tool and convert date time format into date format
Hi @ShantanuDagar
One way of doing this.
Input was:
Many thanks
Shanker V