We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Code examples useful for query construction
CASE WHEN SUBSTRING(i.location_code,4,1)='j' THEN 'Juv' WHEN SUBSTRING(i.location_code,4,1)='y' THEN 'YA' Else 'Adult' END AS "Age level"