0
Hello I’m new to firebase, and I’m having trouble recovering some values.
SQL
select * from aparmanto where andar< 22 or quarto=>2;
select * from aparmanto where andar> 22 and quarto=>2;
firebase
Like I do in firebase?
0
Hello I’m new to firebase, and I’m having trouble recovering some values.
SQL
select * from aparmanto where andar< 22 or quarto=>2;
select * from aparmanto where andar> 22 and quarto=>2;
firebase
Like I do in firebase?
0
What error are you showing? at least in this select the "or" was next to the room field.
select * from aparmanto where andar< 22 or quarto=>2;
post the table creation structure also.
Browser other questions tagged firebase
You are not signed in. Login or sign up in order to post.
This is a no sql, accurate firebase.
– J.c