I have Table named tbl_search with columns : id(int), title(nvarchar100), result(ntext) and i want using SQL query, like
Table
tbl_search
id(int), title(nvarchar100), result(ntext)
SQL query
I did the following:
After doing the above, the error was gone.