Tagged Questions
3
votes
2answers
2k views
Using SQL to determine cidr value of a subnet mask
I'd like to find a way to do a SQL query that will calculate the cidr (bit representation) of a subnet mask stored in the database. So for example, I've got either 255.255.255.0 or its decimal value ...