I have a database with the following rows:
['a01_01']
['a01_02']
['a01_03']
['a01_04']
and each of these rows have a value of 1 or 0
Here is the question, how should i write a condition for this:
if "one of the rows are == 1"
it should echo"something"
thanks in advance!