Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. SELECT tei.id_identificador, tes.uni_medida, tep.qtd_atual
  2. FROM tb_estoque tes
  3. INNER JOIN tb_est_tipo_item_sis tis ON tes.id_tipoitem = tis.id_tipoitem
  4. INNER JOIN tb_est_identificador tei ON tes.id_estoque = tei.id_estoque
  5. INNER JOIN tb_est_produto tep ON tei.id_identificador = tep.id_identificador;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement