If I send a request with this query:
Code: Select all
SELECT date FROM table
But with this query:
Code: Select all
SELECT MIN(date) FROM table
Anyone can help me? I suppose this has a reason, but I have not found it looking in the forum, pb help, sql help.
Thanks!