How to create hyperlink from returned sql query ?
Answer / Desh Deepak Diwakar
In SQL Server, you can use the CHAR function to concatenate a hyperlink into your result set. For example: SELECT '<a href="https://www.example.com">Click here</a>' AS Hyperlink FROM MyTable; This will create a column named Hyperlink containing clickable links.
| Is This Answer Correct ? | 0 Yes | 0 No |
Your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files?
How to use "begin ... End" statement structures in ms sql server?
what is the difference between group and having give an example with query and sample output
Why use identity in sql server?
How are SQL Server databases physically stored under Windows 2000?
Write a stored procedure for emplpoyee and department table to get DeptName which having no employee. Table Structure- Emp-Emp_Id,Emp_Name,Dept_id Dept-Dept_Id,Dept_Name
How can windows applications connect to sql servers via odbc?
What is the difference between locking and multi-versioning?
Describe in brief sql server monitoring ways.
how to improve the speed of SQL database server and how to avoid dead lock?
What is the difference between a view and a stored procedure?
What is Deadlock?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)