Magento的订单相关的SQL(订单编号、创建时间、总金额、收货人、收货人地址、收货人城市、州或省(简称)、收货邮编、收货人电话、付款人邮箱)
/*订单编号、创建时间、总金额、收货人、收货人地址、收货人城市、州或省(简称)、收货邮编、收货人电话、付款人邮箱*/SELECT`main_table`.increment_id,`main_table`.created_at,`main_table`.base_grand_total,`main_table`.shipping_name,CONCAT_WS(",",sales_flat_orde