A. R. Van Hook wrote:
> I have a simple (and incorrect queuer) that gives the wrong answer.
> Can someone show me the correct syntax?
> t
> "select sum(s.ref), r.value, s.ref from registry as s
^^^
Simple typo - you've used sum() not count()
> qs "select count(*) from registry where ref =3"
--
Richard Huxton
Archonet Ltd