JaybeeinTekTips
Technical User
Hi, I'd like to search an entire table for a term, rather like,
SELECT *
FROM [dbo].[tablename]
where columname like '%blade%'
Except the term could exist in ANY column of the table...
Cheers,
JB
SELECT *
FROM [dbo].[tablename]
where columname like '%blade%'
Except the term could exist in ANY column of the table...
Cheers,
JB