Get logical result of boolean columns in several rows

Viewed 125

If I have a column which store boolean values, how can I apply OR operator over several rows of that column? I hope I don't have to use joins.
1 Answers
Related