79407629

Date: 2025-02-03 01:30:45
Score: 2.5
Natty:
Report link

I have the same issue, and i solved it by removing the semicolon (;)

DECLARE @common_name VARCHAR(400) = 'Testface'
    
INSERT INTO dbo.table (ID, Name) VALUES (3, @common_name)
INSERT INTO dbo.table (ID, Name) VALUES (3, @common_name)
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-2): i solved
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Jimmie Neutron