![]() |
Sergey Kornilov admin 12/30/2018 |
A couple of things to try
|
M
|
Mark Kramer author 12/31/2018 |
A couple of things to try
|
![]() |
Sergey Kornilov admin 12/31/2018 |
Your SQL Query is incorrect, you are using single quotes instead of backticks: $sql = "select count (*) as c from `Work Order` group by type"; |
M
|
Mark Kramer author 1/1/2019 |
Your SQL Query is incorrect, you are using single quotes instead of backticks: $sql = "select count (*) as c from `Work Order` group by type";
|
![]() |
Sergey Kornilov admin 1/1/2019 |
Test your SQL Query manually and make sure it brings results. |
M
|
Mark Kramer author 1/2/2019 |
Test your SQL Query manually and make sure it brings results.
|