sql like this,it only need 0.33s,
but when i change "LEFT JOIN" to "JOIN",like this
it need 10s more,is anyone can explain why?
I have index on im_callback_msg_body ,the column is "call_id"
the "EXPAIN" command show execute plan like that
"LEFT JOIN"
"JOIN"