Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. select Intiempo.entregatotal,intiempo.Id_Cliente,intiempo.atiempo,VClientes.nombre from Intiempo inner join
  2. VClientes on VClientes.id_cliente = Intiempo.id_cliente
  3. where InTiempo.Id_Cliente= case when InTiempo.Id_Cliente = 0 then InTiempo.Id_Cliente else InTiempo.Id_Cliente=InTiempo.Id_Cliente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement