Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I have a table that comes from the SQL Server database, I want to restrict the data in this table to bring the stock value on the last date of each month only. I want to do it directly in the SQL command.
Thanks
Hi, perhaps something along these lines.
LOAD ...
Where DateField = MonthEnd(DateField);
[BI_estoquedia]:
SELECT ...
FROM "bi_sense".dbo."BI_estoquw";