mysql httpget,我可以在MySQL下直接在SQL中运行HTTP GET吗?
I'd love to do this:UPDATE table SET blobCol = HTTPGET(urlCol) WHERE whatever LIMIT n;Is there code available to do this? I known this should be possible as the MySQL Docs include an example of adding...