mysql field boolean data type code example Example: boolean mysql SELECT true, false, TRUE, FALSE, True, False; -- 1 0 1 0 1 0