A new one for me. Joining on another table that contains LIKE clauses.
SELECT * FROM dbo
JOIN PatterTable ON dbo.Field LIKE PatterTable.pattern
'via Blog this'
A dump of all things SQL Server, SQL Reporting Services, Analysis Services, around Business Intelligence, Business Performance Management and technology.
SELECT * FROM dbo
JOIN PatterTable ON dbo.Field LIKE PatterTable.pattern
No comments:
Post a Comment