Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. INSERT INTO EnvioArticulos (PedidoID, Nombre, Direccion)
  2. (SELECT a.PedidoID, b.Nombre, b.Direccion
  3. FROM Pedidos a
  4. INNER JOIN Datos b
  5. ON b.UserID = a.UserID)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement