我想写'select‘在'select’(内部查询)在下面的查询。内部查询如下所示:从memb_id = 2;的顺序中选择count('id')$payment_pending_report = DB::connection('mysql_freesubs')->table('contact as c'
假设我想执行两个MySQL操作:SELECT * From Comments ORDER BY ID DESCSELECT * From Comments WHERE Date>'2012-05-01', ORDER BY ID ASC
显然,第二个表包含在第一个表中;具体内容只是假设性的。我的问题是:与其像上面所做的那样执行两个单独的MyS