Robuta

https://thwack.solarwinds.com/discussion/43051/swql-support-for-modulo-operation SWQL support for modulo operation - THWACK So we can use something like this: select ToString(((i.LastRunDuration % 3600) / 60)) + 'm ' + ToString((@total % 60)) + 's' AS [Duration] Rather then this:... support formodulo operation https://www.ntirawen.com/2018/08/modulo-operation-in-blockchain.html Modulo Operation in Blockchain - New Technology Modulo Operation in Blockchain modulo operationnew technologyblockchain https://www.educative.io/courses/recursion-for-coding-interviews-in-cpp/modulo-using-recursion Recursive Modulo Operation in C++ Without Using % Operator Learn how to implement the modulo operation recursively in C++ without using the built-in % operator, understanding base and recursive cases. modulo operationin crecursivewithoutusing