Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'straight_join'

591387 - garotosopa: mysql wrong order join straight_join view
  1. EXPLAIN SELECT *
  2.         FROM
  3.                 pergunta AS p
  4.                 JOIN pergunta_texto AS ptx ON p.pergunta_id = ptx.pergunta_id
  5.                 JOIN categoria AS c ON p.categoria_id = c.categoria_id
  6.                 JOIN usuario AS u ON p.usuario_id = u.usuario_id
  7.         ORDER BY p.pergunta_id DESC
  8.         LIMIT 0, 10;
  9.  
591386 - garotosopa: mysql wrong order join straight_join view
  1. EXPLAIN SELECT *
  2.         FROM
  3.                 pergunta AS p
  4.                 JOIN pergunta_texto AS ptx ON p.pergunta_id = ptx.pergunta_id
  5.                 JOIN categoria AS c ON p.categoria_id = c.categoria_id
  6.                 JOIN usuario AS u ON p.usuario_id = u.usuario_id
  7.         ORDER BY p.pergunta_id DESC
  8.         LIMIT 0, 10;
  9.  
worth-right
worth-right
fantasy-obligation
fantasy-obligation