Search posts...
SELECT animal_id, name from animal_ins where not intake_condition ='Aged' order by 1
SELECT ANIMAL_ID, NAME FROM ANIMAL_INS WHERE NOT INTAKE_CONDITION = 'Aged' ORDER BY ANIMAL_ID ASC;
silver