$ 0 0 Hi Mike, yes, REPEAT repeats the following SQL-command. In your case it run the ";" 230 times :-) .REPEAT * EXECUTE DBADMIN.ShowDatabase (:DatabaseName); There's "=n" which repeats the previous SQL command n times, but there's no "*".
Hi Mike,
yes, REPEAT repeats the following SQL-command. In your case it run the ";" 230 times :-)
There's "=n" which repeats the previous SQL command n times, but there's no "*".