Forum Discussion
Tod_Lay
Jan 10, 2024Copper Contributor
T-SQL Support
Would someone provide a link to a microsoft forum discussing SQL language? OR... Help me with this issue. I have a query that has a WHERE clause like this: -------------------------- set @name =...
olafhelper
Jan 10, 2024Bronze Contributor
Tod_Lay wrote:Would someone provide a link to a microsoft forum discussing SQL language?
Tod_Lay , for T-SQL in common see
Get Started Querying with Transact-SQL - Training | Microsoft Learn
T-SQL Tutorial: Write Transact-SQL statements - SQL Server | Microsoft Learn
and more specific for LIKE operator/wildcard search see
Wildcard search (%) - SQL Server | Microsoft Learn
The rest of you post is to vague.
Please post table design as DDL, some sample data as DML statement and the expected result.