Untitled

Anonymous
plain_text
07/15/2023 1:56 PM
288 B
21
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...