Search posts...
=
IS
NULL
IS NULL
IS NOT NULL
SELECT animal_id, name FROM animal_ins WHERE intake_condition = 'sick' ORDER BY animal_id ASC;
goho