jsevillano
New Contributor
‎03-18-2025
Last activity: Mar 19, 2025 12:38:23 AM
0 Profile 0% Complete
Most Liked Posts Recent Solutions
No Content Available

User Activity

I need to modify Top-Users-By-Bandwidth query to exclude a specific user. Here is the original query: select coalesce(nullifna(`user`), nullifna(`unauthuser`), ipstr(`srcip`)) as user_src, srcip, sum(coalesce(sentbyte, 0)+coalesce(rcvdbyte, 0)) as ba...
Kudos given to