Is there a way to select only the date of a datetime column,
I was using the left(date1,10) but when the system date format is other that MM/dd/yyyy y end up getting part of the time.
e.g.
Select left(date1,10) as dateBegin, right(date1,8) AS hourBegin ...
when date is MM/dd/yyyy
I get...
Hi, I dunno if this thing is possible...
I first have 2 queries and their results...
****QueryRent:
SELECT Cliente.IdCliente, Cliente.Nombre, Cliente.ApePat, Cliente.ApeMat, Sum(Alquiler.MontoTPagado) AS MontoPagadoA, Cliente.MontoDeuda
FROM Cliente INNER JOIN Alquiler ON Cliente.IdCliente =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.