Thus, the following is the first solution to this problem. CREATE TEMPORARY TABLE temp (val CHAR(255)); SET @S1 = CONCAT(“INSERT INTO temp ( ...
確定! 回上一頁