New Customers
SELECT DISTINCT from_unixtime(A.date_orig,"%Y-%m-%d") as ymd from %%AGILE_DB_PREFIX%%account A
A.site_id = %%DEFAULT_SITE%%
ORDER BY ymd DESC
0
ymd
Date
true
true
true
false
false
SELECT from_unixtime(A.date_orig,"%Y-%m-%d") as ymd, A.email, CONCAT(A.first_name,' ', A.last_name) as name from %%AGILE_DB_PREFIX%%account A
A.site_id = %%DEFAULT_SITE%%
ORDER BY name DESC
0
Name
name
E-mail
email