Hi Nicolas,
There is

I should've put the * at the beginning of the query; the following should work:
Code:
SELECT *, UNIX_TIMESTAMP(start_date) AS date_unix FROM tournament
This way you get all the columns and the added date_unix field with the timestamps.