我正在尝试在 php 中执行一个 mysql 查询。
$data=mysql_query("select distinct t_emp,count(t_emp), (select count(t_tittle) from task_data where status='Task completed' AND t_emp=a.t_emp)from task_data a group by t_emp");
while($test=mysql_fetch_array($data)){
}
我得到以下错误
警告:mysql_fetch_array() 期望参数 1 是资源,布尔值在 /home/content/70/11725470/html/dhamutest.php 第 5 行给出