Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
inLOCATEなどの文字のインデックスを取得するために使用できます。したがって、サブストリングを使用して、最初のの前にあるすべてのものを取り除くことができます。.www.google.com.
LOCATE
.
www.google.com
最後 を探す方法はあり/ますか?
/
だから私は抜け出すことができますtest.htmかhttp://www.example.com/dev/archive/examples/test.htm?
test.htm
http://www.example.com/dev/archive/examples/test.htm
6番目のスラッシュは言いたくない、最後のスラッシュは言いたい。これはできますか?
substring_indexを使用する
select substring_index('http://www.example.com/dev/archive/examples/test.htm','/',-1)