44) and c.callflg <> 1 and customer_action_flg < 9 group by c.customer_type_id,c.customer_action_day) as a using(customer_type_id,customer_action_day)
where $strsqkaction
order by ca.customer_type_id,ca.customer_action_day
";
$result=@mysql_query($strsql,$my_con);
if($_GET["session"] <> "") {
echo "5分経過しましたので画面を自動更新しました";
}
//echo $strsql;//UPDATE `customer` SET customer_type_id='01',customer_action_day = 7,customer_action_flg = 0 WHERE `cus_blank` LIKE '25';UPDATE `customer` SET customer_type_id='01',customer_action_day = 32 ,customer_action_flg = 0 WHERE `cus_blank` LIKE '45';UPDATE `customer` SET customer_type_id='01',customer_action_day = 48,customer_action_flg = 0 WHERE `cus_blank` LIKE '90';UPDATE `customer` SET customer_type_id='01',customer_action_day = 50,customer_action_flg = 0 WHERE `cus_blank` LIKE '100';
?>