my_table contains the enabled field which is defined as: enabled BIT NOT NULL DEFAULT 0.
my_table
enabled
enabled BIT NOT NULL DEFAULT 0
This table has multiple rows with
Another way you can do it is
SELECT enabled+0 from my_table