I am using magento 1.4.0.1 and I am trying to export a very large database which takes a lot of time. Is there anyway that I can get all the products in the magento database tables in the following format?
+--------------+-------------+-------------------+-----------------+--------+--------+-------------+------------+
| MainCategory | SubCategory | Brand|ProductName | FullDescription | ProdID | Weight | RetailPrice | OfferPrice |
+--------------+-------------+-------------------+-----------------+--------+--------+-------------+------------+
*ProdID is the product ID.
Kindly advise please?
thanks but I seem to have found the right tables. Here's my SQL:-