Help for this page

Select Code to Download


  1. or download this
    SELECT COUNT(*) FROM tablename;
    
  2. or download this
    SELECT COUNT(DISTINCT customer_id) FROM purchases;