Codice: Seleziona tutto
"select date_format(ci.customers_info_date_account_created,'%d/%m/%Y %H:%i') AS cidac, c.customers_id, c.customers_firstname, c.customers_lastname from customers c, customers_info ci where ci.customers_info_id = c.customers_id and (UNIX_TIMESTAMP(now()) - UNIX_TIMESTAMP(ci.customers_info_date_account_created)) < 2592000"