I'm running the following query directly from the phpMyAdmin :
SELECT
shop.id AS cart_details_id,
shop.id AS cart_id,
e.name AS client_name,
e.nif AS client_tin,
e.addr AS client_address,
CONCAT (e.zipcode, ' ', e.zipcodeext) A...
asked by
24.12.2013 / 18:27