Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I load a .txt file, in every line there is a string with day, month, year and other words; I used "(mid (@2,9,2)) AS Date" to separate day, month and year. Now I have 3 columns day,month,year(with month converted from 'Jan' to 01, 'Feb' to 02 etc.) but I need a new column with complete date (DD/MM/YYYY).
Help me.
Thank You
Can't you use them in concatenate format?
Date(Date#(Date&'/'&Month&'/'&Year, 'DD/MM/YYYY')) as Full_Date
Can't you use them in concatenate format?
Date(Date#(Date&'/'&Month&'/'&Year, 'DD/MM/YYYY')) as Full_Date