SQL 话语 时间相减

SQL 语句 时间相减例子:SELECT gmt_created,gmt_modified,(unix_timestamp(gmt_modified)-unix_timestamp(

SQL 语句 时间相减
例子:

SELECT gmt_created,gmt_modified,(unix_timestamp(gmt_modified)-unix_timestamp(gmt_created)) FROM book b;