I don't know how I can do it, because I have no idea how searching works in databases. Does it first search and then display results in ascending order or do I have to rewrite SELECT... FROM... query and add WHERE place? Can you help me?
Printable View
I don't know how I can do it, because I have no idea how searching works in databases. Does it first search and then display results in ascending order or do I have to rewrite SELECT... FROM... query and add WHERE place? Can you help me?
SELECT... FROM... query and add WHERE place? is the best solution for the searching , After it you can select the result. And In this way you can use the multiple table in the query also. :wave:
Could you please tell how to do that? I cannot find that! Should I updata that query?
Use the query and get all the record in the datatable from the database, There is not need to update the record useing the SELECT query it will show the data only foollow the given conditiion. Use can use the WHERE Clause in the SELECT query for getting the data.