Hi,
I’m trying to create a website which the user will type in, for example “Android”.
Then the results show all of the phones that have am android OS.
Is it possible to display set rows within the tables, which include a set word?
If so, what would be the code for this.
Thank you
I think we need to see that you have made some attempt at this.
Yes.
Depends on your table structure, but in its simplest form something like:-
SELECT some-columns FROM Phones WHERE os = "Android"
1 Like
Cheers
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.