tmp_sql: SELECT * FROM accounts WHERE url != ''
			AND created > '2017-06-01 00:00:00'
			;

list_of_accounts_array: Array
(
)