Try just:
UNIX_TIMESTAMP()
And see here: http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_unix-timestamp
Related Contents:
- MySQL error code: 1175 during UPDATE in MySQL Workbench
- Authentication plugin ‘caching_sha2_password’ cannot be loaded
- MySQL: How to allow remote connection to mysql
- Error Code: 2013. Lost connection to MySQL server during query
- How do I enlarge an EER Diagram in MySQL Workbench?
- Create a new database with MySQL Workbench
- String concatenation in MySQL
- MySQL Workbench: How to keep the connection alive
- How to get ER model of database from server with Workbench
- Access Denied for User ‘root’@’localhost’ (using password: YES) – No Privileges?
- Is there a naming convention for MySQL?
- How do I retrieve my MySQL username and password?
- Cannot connect to Database server (mysql workbench)
- How to take MySQL database backup using MySQL Workbench?
- Server returns invalid timezone. Go to Advanced tab and set servertimezone property manually
- mysql duration and fetch time
- How to connect mysql workbench to running mysql inside docker?
- How to view table contents in Mysql Workbench GUI?
- MySQL Workbench Edit Table Data is read only
- SELECT INTO Variable in MySQL DECLARE causes syntax error?
- How to get a table creation script in MySQL Workbench?
- How can I directly view blobs in MySQL Workbench
- MySQL Workbench not displaying query results
- MySQL Workbench auto increment disabled
- How to generate the whole database script in MySQL Workbench?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003) [closed]
- MySql workbench query history ( last executed query / queries ) i.e. create / alter table, select, insert update queries
- How to unblock with mysqladmin flush hosts
- Moving connections and instances between two computers
- MySQL Workbench: how do I set up “ON UPDATE” and CURRENT_TIMESTAMP?
- mysql workbench error opening EER
- Export DataBase with MySQL Workbench with INSERT statements
- Can’t export my database from mysql workbench
- How to make a field NULL using MySQL GUI Tools?
- Using mysqldump to format one insert per line?
- Generate ER Diagram from existing MySQL database, created for CakePHP [closed]
- Execute statement by shortcut in MySQLWorkbench
- Customizing Keyboard Shortcuts in MySql Workbench
- How do I generate a SQL script from my diagram in MySQL Workbench?
- Exporting query results in MySQL Workbench beyond 1000 records
- How can I import data into mysql database via mysql workbench?
- Variable ‘sql_mode’ can’t be set to the value of ‘NO_AUTO_CREATE_USER’
- Creating UNIQUE constraint on multiple columns in MySQL Workbench EER diagram
- How do I disable the SSL requirement in MySQL Workbench?
- MySQL Workbench cannot load mysql.proc
- Changing Font in MySQL Workbench
- MySQL Workbench – Connect to a Localhost [closed]
- MySQL Workbench – How to synchronize the EER Diagram
- What do the mysql workbench column icons mean
- MYSQL, Copy selected fields from one table to another