Viewing 5 posts - 1 through 5 (of 5 total)
I have no way to provide the code that generated the image table because it was a scada software that created it and it will store only data in the...
May 18, 2022 at 6:23 pm
the Corrente_L1 will receive values every 15 min, I need the total of Corrente_L1 for the respective period, if it is for the month, it should return the total for...
May 18, 2022 at 5:24 pm
I would like the total of each period separated by each respective research period, for example the week of 05/18/2022 would return the total of each of the last seven...
May 18, 2022 at 4:52 pm
so the code used to create the table was this it's a identity table so none value would repeat
CREATE TABLE Table1 (Corrente_L1 INT IDENTITY(0,1), E3TimeStamp DATETIME);
DECLARE...
May 18, 2022 at 2:53 pm
I need the code to work with days, weeks and months to so I tought that working with minutes and the average number of days in the month would simplify...
May 17, 2022 at 8:26 pm
Viewing 5 posts - 1 through 5 (of 5 total)