문제

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