Hei

Could anybody explain me the different between a question and a
sql-request in mysql?.

F.example:

If I send a sql-request to mysql:
select * from Table where column_A=1 and column_B=2 order by column_C;

num.sql_request = 1 and num.questions = 1

Is this true? Can I send 1 sql_request that generate many questions?
I am asking this because I am getting around 17.000.000 QUESTIONS a day in
my DB, but I am sure we don't send 17 mill sql-request to mysql.

Thanks for your help.
Sincerely
Rafael Martinez

-- 



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to