A=sys ,要怎么把值放到车间表里面,原来语句是INSERT INTO 车间存料 values('sys')同上[解决办法]Declare @str varchar(20) Select @str= 'Sys ' Insert into 车间存料 values(@str)