I'm querying mySQL tables quite happily from a Java application but ....
If a create a query in mySQL itself can I then save it somewhere on the server and then run a query on that saved query!
... or would it be best to just build the entire query into one SQL statement and run that from the client.
(Basically I can't work out how/where mySQL saves queries and how to point to them.)
If a create a query in mySQL itself can I then save it somewhere on the server and then run a query on that saved query!
... or would it be best to just build the entire query into one SQL statement and run that from the client.
(Basically I can't work out how/where mySQL saves queries and how to point to them.)