Guest User

Untitled

a guest
Nov 24th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SELECT *
  2. FROM sailboat
  3. LEFT JOIN sailboat_type AS t2 ON ( t2.sailboat_type_id = barco_tipo )
  4. LEFT JOIN sailboat_clase AS t3 ON ( t3.clase_id = barco_clase )
  5. LEFT JOIN sailboat_paises AS t4, sailboat_timon AS t5, sailboat_bano AS t6 ON ( t4.pais_id = barco_bandera
  6. AND t5.timon_id = barco_timon
  7. AND t6.bano_id = barco_bano )
Add Comment
Please, Sign In to add comment