I have list of file path stored in a column of a table. Now I need to extract only till last '\' in file path (i.e like below result set) Example:
column_A
--------------
G:\REPORTS\DDMS\PCP0.txt
G:\REPORTS\DPS\DEFAU.pdf
Result
G:\REPORTS\DDMS\
G:\REPORTS\DPS\