Hello,
I have the following data:
c:\images\0111 - 0114\simple.txt
c:\images\0222-0444\simple.txtc:\images\0333ab-4321ab\simple.txt
I would like to remove everything to the right of the last '\'. So I end up with:
c:\images\0111 - 0114c:\images\0222-0444c:\images\0333ab-4321ab
Can someone help me out with a query to do this?
I have the following data:
c:\images\0111 - 0114\simple.txt
c:\images\0222-0444\simple.txtc:\images\0333ab-4321ab\simple.txt
I would like to remove everything to the right of the last '\'. So I end up with:
c:\images\0111 - 0114c:\images\0222-0444c:\images\0333ab-4321ab
Can someone help me out with a query to do this?