when i want to execute the following expression
INSERT INTO Birim ('erol', 'serbest', 'asfsda')
it gives an error like that:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ')'.
where is my mistake?
when i want to execute the following expression
INSERT INTO Birim ('erol', 'serbest', 'asfsda')
it gives an error like that:
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ')'.
where is my mistake?
Can you provide us with table structure of "Birim"?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.