yea its exactly correct sqL QUERY.but i have to run this query one after the other so i need to split it. | [reply] |
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?
| [reply] |
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!
| [reply] |