I need to create a column of seconds calculated from an already existing column of timestamp called 'time'. I tried with a query with unix_timestamp but it doesn't accept a thing like:
UPDATE tempLog SET seconds= UNIX_TIMESTAMP('time')
I'm a beginner in stackoverflow and mysql, thanks.