mysql customers


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. SELECT customers_id, customers_firstname, customers_lastname, customers_email_address
  2. FROM `customers`
  3. WHERE `customers_id` >=3138
  4. AND `customers_status` =4

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.