源代码: string depAll = (ddl_dep1.SelectedValue == "") ? "" : ddl_dep1.SelectedValue + '%'; ].ToString(); string strSql_dep = "Select * from dep where DEP_CLASS=2 AND dep_all_code LIKE '" + depAll + "' AND dep_code in (SELE
<?php #DB 高级查询 // select * from table where A and B or C $all_data = DB::table("shopnc_goods_common") ->where("base_goods_commonid", -1) ->where('goods_name', 'like', '%' . $keywords . '%') ->orWhere('goods_jingle', 'like',