Andrejkov Posted May 26, 2023 Share Posted May 26, 2023 Hello, In Order details in backoffice we have that informations: I need to write DB Query which will show me all orders that contain some specyfic URLS. When i write: SELECT * FROM `ps_connections_source` WHERE request_uri = "MY URL" it shows me all logs with this url(not only orders). I need to show only logs with orders contains this specyfic URL, also i need to show order ID. Can anyone help me write such a query? Regards. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now