How to run a query every n second?
671866Apr 6 2009 — edited Apr 7 2009Newbie question. How do I run a simple query every n seconds and have the output shown in the sql windows? For example, select count(*) from table_name and show the output every 10 seconds?
Thanks!