Hi
I need to insert data into a table by a single insert statement.
means i have an insert script insert into dbtest.test values ('abc')
Now in need to run this query million times for bulk testing, how do i do it.
I do not want to use a procedure to do this stuff.
I am using TD13
Forums: