有問(wèn)題的,你now()取出的字符串類型的,順便問(wèn)下你定義的字段是什么類型的,字符串怎么可能用四則符號(hào)來(lái)描述- -#
估計(jì)你放的不是時(shí)間戳類型的,取條數(shù)是吧=》這樣寫(xiě)吧:
select count(state) from A where unix_timestamp(endtime) >current_timestamp() ;
有問(wèn)題的,你now()取出的字符串類型的,順便問(wèn)下你定義的字段是什么類型的,字符串怎么可能用四則符號(hào)來(lái)描述- -#
估計(jì)你放的不是時(shí)間戳類型的,取條數(shù)是吧=》這樣寫(xiě)吧:
select count(state) from A where unix_timestamp(endtime) >current_timestamp() ;