我们不支持在查询中在列之间进行计算,建议在保存时,为每一条数据添加一列计算后的 timeoutAt,然后直接 current_timestamp > timeoutAt

select * from Auth where Code = '123' and current_timestamp()!=outOffDate
我这样写是格式错误,请教下正确的写法是什么?