randomizer
SELECT * into outfile 'c:\\random.txt' fields terminated by ',' lines terminated by '\r\n'
FROM `clients` where dialresult='01' order by rand() limit 1000000
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments
No visitor comments posted.
Post a comment
Post Comment for "randomizer"
To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.