List/Grid
Tag Archives: columns
Search a value in all columns of a table – SQL Server
To search a particular value in all columns of a table either you can write lenghty where clause or ypou can unpivot the table and then search in then unpivoted… Read more