herşey iyi güzel yaptım da sadece burda hata alıyorum 🙂
CREATE PROCEDURE [dbo].[BDW_BOSALT]
AS
BEGIN
delete from BDW_PLAYER
delete from BDW_SKOR
insert into BDW_SKOR values ("235","0","0")
insert into BDW_SKOR values ("236","0","0")
insert into BDW_SKOR values ("237","0","0")
insert into BDW_SKOR values ("238","0","0")
insert into BDW_SKOR values ("239","0","0")
insert into BDW_SKOR values ("240","0","0")
insert into BDW_SKOR values ("241","0","0")
insert into BDW_SKOR values ("242","0","0")
insert into BDW_SKOR values ("243","0","0")
insert into BDW_SKOR values ("244","0","0")
END
GO
F5
hata:
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 6
The name '235' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 7
The name '236' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 8
The name '237' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 9
The name '238' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 10
The name '239' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 11
The name '240' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 12
The name '241' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 13
The name '242' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 14
The name '243' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.
Server: Msg 128, Level 15, State 1, Procedure BDW_BOSALT, Line 15
The name '244' is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted.