me aparecio ahora este error
1052 - Column 'customers_celular' in field list is ambiguous
select customers_name, o.customers_pasaporte, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, o.customers_telephone, customers_celular, o.customers_email_address, customers_address_format_id, customers_group_name, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from orders o left join customers using(customers_id) left join customers_groups using(customers_group_id) where orders_id = '16'
[TEP STOP]
que debo hacer en donde
creo que es la BD del SQL pero si fuera ahi no se que hacer?
Espero su ayuda