Guest User

Untitled

a guest
Jan 22nd, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $tabla = "nombre_tabla";
  2. $sql = "SELECT id_poliza, aseguradora ";
  3. $sql .= " FROM " . $tabla;
  4. $sql .= " INNER JOIN aseguradoras ";
  5. $sql .= " ON $tabla.id_aseguradora = aseguradoras.aseguradora_id ";
  6. $sql .= " INNER JOIN tipos_gnp "; etc., etc
Add Comment
Please, Sign In to add comment