我尝试了下面的代码,但它给出了错误。
WHILE EXSITS (SELECT id from #tmp_dirtytable)
BEGIN
-- Step 1: Read the required data row from the temp table
DECLARE @id INT
DECLARE @special_character VARCHAR(100)
DECLARE @special_character_to_replace_with VARCHAR(100)
SELECT @id = id, @special_character = special_character, @special_char_bal_bla = something from #tmp_dirtytable
-- Step 2: Write the replace logic here
-- Step 3: Delete the row that we have processed from the temp table
DELETE FROM #tmp_dirtytable where id = @id
END
它将错误视为未知参数" shape"当我在R studio中运行这个程序时。 geom_segment中存在错误。
请帮助我获取正确的代码。
答案 0 :(得分:2)
不太确定,但如果删除pch=15, size=0.8,
,它看起来很棒!