You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
$qq = "select lob as Industry, count(*) as Total from data WHERE lob = '" . $_GET['lob'] . "' and country = '" . $_GET['country'] . "' group by lob order by total desc";
}
if ($qq == "") {
$qq = "select lob as Industry, count(*) as Total from data group by lob order by total desc";