Untitled

Anonymous
plain_text
07/15/2023 1:59 PM
288 B
15
Indexable
DECLARE @NewLine NVARCHAR(2) = CHAR(13) + CHAR(10)
DECLARE @Category NVARCHAR(100) = 'Laptops' 

category is already fixed by system we cant change you have follow the category and print results according to that
Editor is loading...