I have a column with filenames formatted like blah/blah/blah/filename.txt
I just want to display "filename.txt"
I have started with:
SELECT right(Parameters, instr(Parameters,'/'))
From Table
Obviously this only removes the first path name. Does anyone know how I can get INSTR to...
Hello,
I am writing a query that will determine how many times a given web page is accessed. Each page name is made up of two parts in the table: 1. Target and 2. Parameters. Not all targets have parameters and if there is no parameter the table has a "-" in the parameter column. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.