摘要:
定义常量值先做判断 if(!defined('constant'))define('constant','value'); 阅读全文
摘要:
laravel whereRaw 和 where(DB::raw('')) 用 where(DB::raw(''))的时候,结尾会被增加一个莫名其妙的 is null() 用toSql()发现的,而使用whereRaw则不会 $student=DB::table("info")->whereRaw( 阅读全文
摘要:
不能在表字段上执行空比较。在where中需要确保字段值不为null 阅读全文