Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
再会,
我试图从 SQL 列中得到一点。目前它被编码为字符串:Gþ`C@Ëóàî¬Ë]À
那么有没有办法实际解码它以获得实际值?
使用 MySQL 的AsText()功能:
AsText()
SELECT AsText(myPoint) FROM myTable