Search posts...
INTAKE_CONDITION
SELECT animal_id, name from animal_ins where intake_condition ='sick' order by animal_id;
taker