adspace
How to create hyperlink from returned sql query ?
Answer Posted / 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 |
Post New Answer View All Answers
List out the different types of locks available in sql server?
Why use identity in sql server?
How to enter binary string literals in ms sql server?
When should you use an instead of trigger?
What is a view in sql?
Can we do dml on views?
What are the properties of the transaction?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
what is the difference between openrowset and openquery?
How to convert character strings into numeric values?
How to remove duplicate rows from table except one?
How to provide default values to function parameters?
Can sql servers link to other servers like oracle?
Equi join and non equi join is possible with sql server?
Explain “row_number()” in sql server with an example?