I try to do sql like that. It ok when I test in studio
but at the run time, it return my sql is
SELECT {User}.[Username]
FROM {User}
WHERE {Users}.[Surname] LIKE ''%1%'' or {Users}.[Surname] LIKE ''%2%'' or {Users}.[Surname] LIKE ''%3%''
Therefore, it error by duplicate '
Please help me. Thanks
Hi @Minh Quang Nguyen
I hope you are doing well.
Please refer this link. It may explain in detail way click here .
Regards
Ankit S
Thank you so much
This is my code