How to remove all strings after question mark in MySQL query
P粉9211651812024-03-29 21:23:16
0
1
358
I have a list of URLs like http://mydomain/app?u=asdfa&b=fnsn with different number of parameters. I want to remove all strings after the question mark and get different urls.
Will return everything before the first one? Or if not then the entire URL?