Untitled

 avatar
unknown
plain_text
2 years ago
214 B
5
Indexable
DECLARE @Category NVARCHAR(100) = 'All Categories';
for above one test cases is passing
but the below casses are failing
DECLARE @Category NVARCHAR(100) = 'Laptops';
DECLARE @Category NVARCHAR(100) = 'Smartphones';
Editor is loading...