in reply to Split command

Why would you want to split each line? Each line seems like a perfectly valid SQL statement to me.

Replies are listed 'Best First'.
Re^2: Split command
by Anonymous Monk on Jan 19, 2009 at 09:56 UTC
    yea its exactly correct sqL QUERY.but i have to run this query one after the other so i need to split it.
      I guess your split the below data in each line and store it in a array. doesn't actually mean you want to split the data in each line then?
      Only a guess, but maybe you are using the word "split" in the sense of the UNIX utility program split(1)? If so, that is confusing people because there is a Perl built-in function called split which does a different thing!