To Date
Returns a column with the name New Column by changing the data type to datetime of the given column
Basic Usage
:: to_date(Column1
)
Output
Returns a column with the name New Column
Function Parameters
- argument 1 : Name of column
- argument 2 : Name of new column
info
- Minimum arguments required for changing the dataype to datetime needed are 1
- First argument must be a column name