duangou2028 2016-03-10 03:29
浏览 24

如何在MySQL中比较MySQL中的DateTime日期和时间

I have a column StartTime and EndTime in database and I'm trying to compare Date & Time from a submit in mySQL.

Here is what I've tried:

public function checksched(){

        $this->db->where('employee_id', $this->input->post('employee_id'));
        $this->db->where('StartTime <=', $this->input->post('StartDate').' '.$this->input->post('StartTime'));
        $this->db->where('EndTime >=', $this->input->post('EndDate').' '.$this->input->post('EndTime'));
        $query = $this->db->get('maintenance');
        if($query->num_rows() == 1){
            return false;
        } else {
            return true;
        }

    }
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 我想在一个软件里添加一个优惠弹窗,应该怎么写代码
    • ¥15 fluent的在模拟压强时使用希望得到一些建议
    • ¥15 STM32驱动继电器
    • ¥15 Windows server update services
    • ¥15 关于#c语言#的问题:我现在在做一个墨水屏设计,2.9英寸的小屏怎么换4.2英寸大屏
    • ¥15 模糊pid与pid仿真结果几乎一样
    • ¥15 java的GUI的运用
    • ¥15 Web.config连不上数据库
    • ¥15 我想付费需要AKM公司DSP开发资料及相关开发。
    • ¥15 怎么配置广告联盟瀑布流