Tuesday, 10 September 2013

i want sales report in blocks

i want sales report in blocks

hello i have two table 'sales_person' and 'sales'
sales_person id|sales person|email|username|password|
sales
id|company name|contact person|email|phone|sold by|booth number|date|
i want the sales report of the each sales persons in blocks how can i do this
SELECT company_name , contact_person , phone_number , booth_number FROM
registration WHEREsold_by='$username'";

No comments:

Post a Comment