'SELECT 'from', 'to', count(*) AS num_clicks
FROM my_rank
WHERE my_rank_data
BETWEEN "'.$yesterday.'" AND "'.$today.'"
ORDER BY num_clicks DESC LIMIT 0,20';
Above I'm trying to get the "from" and "to" fields from a table, but I only want the l...
asked by
22.02.2018 / 02:15