GROUP BY Using,Join/Combine two table when export Mysql data to Excel Download? -


let me know how use group oc_product.product_id when export mysql data excel downloading.

select     t1.product_id,     t2.name,     t3.category_id oc_product t1 inner join oc_product_description t2     on t1.product_id = t2.product_id inner join oc_product_to_category t3     on t1.product_id = t3.product_id     t1.status=1 , t2.name '%".$desp."%' 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -