VbzCart/queries/qryImgs byTitle
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
SQL
<section begin=sql /><mysql>CREATE OR REPLACE VIEW qryImgs_byTitle AS SELECT
ID_Title, SUM(ABS(isActive)) AS cntActive, SUM(NOT isActive) AS cntInactive
FROM cat_images GROUP BY ID_Title; </mysql> <section end=sql />
