I want to fetch all data from table inside sql db based on two separate values How can I do that

I want to fetch all data from table inside sql db based on two separate values
How can I do that

use a SELECT statement

You might want to elaborate to get a more detailed answer

Taifun

1 Like


I want to get data from this table based on phone number and status

This post was flagged by the community and is temporarily hidden.

is this a MySQL or SQlite database?
how do you access the database?

your SELECT statement could look like this

SELECT * FROM yourTable WHERE phone = "your phone number value" AND stat = "your status"

Taifun

This post was flagged by the community and is temporarily hidden.

Only one account is allowed in community. Which one should I delete @mohamed_magdi2 or @Mohamed_Magdi1 ?