Hello, I'm new to firebase, and I'm having difficulty recovering some values.
SQL
select * from aparmanto where andar< 22 or quarto=>2;
select * from aparmanto where andar> 22 and quarto=>2;
firebase
How do I do in firebase?
Hello, I'm new to firebase, and I'm having difficulty recovering some values.
SQL
select * from aparmanto where andar< 22 or quarto=>2;
select * from aparmanto where andar> 22 and quarto=>2;
firebase
How do I do in firebase?
What error are you having? at least in that select the "or" was next to the fourth field.
select * from aparmanto where andar< 22 or quarto=>2;
post the table creation structure as well.