Dear list,
i want to limit the execution time of an SQL-query. That means, that the query should be stoped if it takes longer that e.g. 10 seconds. How can I do so?
Hagen