ZiedDams Posted November 16, 2023 Share Posted November 16, 2023 (edited) Hi , i want to get the list of customers who have not been connected since registration using SQL Query , or the list of customers who have not been connected since $X (date). Edited November 20, 2023 by ZiedDams (see edit history) Link to comment Share on other sites More sharing options...
dnk.hack Posted November 16, 2023 Share Posted November 16, 2023 SELECT * FROM ps_customer WHERE date_add > '2022-02-02'; Link to comment Share on other sites More sharing options...
musicmaster Posted November 19, 2023 Share Posted November 19, 2023 The ps_connection table has a field id_guest and the ps_guest table has a field id_customer. That would be the logical road. But I never tested it... 1 Link to comment Share on other sites More sharing options...
ZiedDams Posted November 20, 2023 Author Share Posted November 20, 2023 23 hours ago, musicmaster said: The ps_connection table has a field id_guest and the ps_guest table has a field id_customer. That would be the logical road. But I never tested it... Ty Sir that exactly what im missing 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