tengo el siguiente problema
tengo la siguiente consulta
Código PHP:
select cap_linea_credito
from linea_credito inner join cliente on cliente.id_linea_credito=linea_credito.id_linea_credito
inner join venta on cliente.rut_cliente=venta.rut_cliente where id_forma_pago=3
-
select sum(monto_venta)
from venta inner join cliente on venta.rut_cliente=cliente.rut_cliente
inner join linea_credito on linea_credito.id_linea_credito=cliente.id_linea_credito
where id_forma_pago=3
group by venta.rut_cliente
error de sintaxis cerca de la palabra select
no entiendo porke :(...
lo k tengo k hacer es restar los numeros k me devuelven esas querys
alguna ayuda
garcias