網(wǎng)站導(dǎo)航
- zblogPHP模板zbpkf
- zblog免費(fèi)模板zblogfree
- zblog模板學(xué)習(xí)zblogxuexi
- zblogPHP仿站zbpfang
首頁state) from A where unix_timestamp
MySQL查詢某列的時(shí)間減去當(dāng)前系統(tǒng)時(shí)間,小于30天怎么寫?
有問題的,你now()取出的字符串類型的,順便問下你定義的字段是什么類型的,字符串怎么可能用四則符號(hào)來描述- -#估計(jì)你放的不是時(shí)間戳類型的,取條數(shù)是吧=》這樣寫吧:select count(state) from A where unix_timestamp(endtime) >current_timestamp() ;...