The most recent content from our members.
I was hoping to do the following: SELECT top 10 NodeID, IPAddress, DNS, LastBoot, (SystemUpTime / 86400) as Days, ((SystemUpTime / 3600 ) % 24) as Hours, ((SystemUpTime / 60 ) % 60) as Mins, (SystemUpTime % 60) as Secs FROM Orion.Nodes I get the error: The data types real and int are incompatible in the modulo operator.…
It looks like you're new here. Sign in or register to get started.