For a recent test, I want to 'create' a query which takes atleast 5 seconds to execute and does not change the schema or data of the database - although I can create a table and then delete it. Till that level its ok . How can I do this?
any quick query that you can think of to run with the command?
ScG
2010-09-04 02:52:06
Not sure what you're asking. If you just want output, you could do something like "SELECT 1 AS Test;"
Dave Markle
2010-09-04 02:54:33