Jump to content

SQL Help - New Customers


chetwyn

Recommended Posts

Not sure if MySQL allows you to do such stats, but an element of answer is:

SELECT COUNT(*) FROM ps_customer WHERE date_add >= DATE_ADD(NOW(), INTERVAL -1 WEEK);

to see how many customers created an account in the last week.

 

Not sure how you qualify "return customers order".

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...