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