在Core数据中使用sqlite查询的DATETIME和TIME

时间:2015-07-23 12:24:34

标签: ios sqlite core-data nspredicate nsexpression

SQL查询的谓词等价物是什么

DATETIME('now','+0 seconds’) > DATETIME(ZDATE,TIME(ZEND_TIME))

其中

ZDATE is date in format YYYY-MM-DD HH:mm:ss
ZEND_TIME is date in format YYYY-MM-DD HH:mm:ss

当我在NSPredicate中直接使用它时,我收到以下错误

Unable to parse function name 'DATETIME' into supported selector (DATETIME)

0 个答案:

没有答案