Posts by Leopoldo • 53 points
2 posts
-
1
votes0
answers11
viewsQ: How to create parent and children by giving two or more columns as a grouping in any SELECT efficiently?
Let’s assume I have similar data below, but the complete table has: auto-increment, measurement values, dates, foreign keys, descriptive texts. In the example I created, it has only auto-increment,…
-
4
votes1
answer619
viewsQ: How to get a Mac-Address from a local network IP using . NET Core on Linux?
I already have tools that can identify the Mac-Address of my network devices, since the 'server' or the application is running on Windows and . NET Framework. I’ve been using the following: using…