SyntaxFix
Write A Post
Hire A Developer
Questions
You can use casting in the select clause like:
SELECT id, name, CAST(hide AS BOOLEAN) FROM table_name;