I am using Java and Mysql to write a program that scans urls and stores the urls found into a database. Is it possible to make it so that when I SELECT * FROM table; the URL's that are displayed are clickable hyperlinks? Thanks

有帮助吗?

解决方案

That makes no sense, hyperlink is a functionality of the client application rather than database. If you want your links to be clickable, that will need to be implemented by the application and MySQL has nothing to do with that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top