I have data_date column (String data type) in table employee having value in YYYYMMDD format.
Please suggest solution to find first day of month based on data_date column.
for example :
data_Date - 20181217 (String Value)
Output - 20181201 (String Value)