0 |
file |
/home/stdave/daveshort.org/www/reviews/letter.php |
line |
20 |
function |
get |
class |
MysqlDatabase |
object |
result |
[empty string] |
getConnection |
[function] |
getMysqli |
[function] |
formatDateTime |
[function] |
get |
[function] |
multiQuery |
[function] |
getField |
[function] |
escape |
[function] |
update |
[function] |
query |
[function] |
startTransaction |
[function] |
endTransaction |
[function] |
rollback |
[function] |
getList |
[function] |
getOneRow |
[function] |
|
type |
-> |
args |
0 |
SELECT artistName,
COUNT(reviewID) AS total FROM reviews
WHERE IF(alternateSort IS NULL, artistName, alternateSort) LIKE 'V%'
GROUP BY artistName ASC
ORDER BY artistName ASC |
|
|