quick sql script to generate ip address range
I’ve had this lying around for a while, it’s basically a sql script to generate a list of ip addresses from nothing using only temporary tables. It can very quickly create huge amounts of data, and is much quicker than doing nested loops in code to insert the data a line at a time.
You know, the thing about SQL is, that there is virtually nothing that can replace it.
Does anyone know if a substitute exists for sql? I mean besides MS SQL and Oracle and all that jazz. Thanks.