变量直接写,要连接字符串的话,用 || 这个符号,后面的字符串用单引号引。
变量 V_str 字符串' select emp from table where '
连接后为:' select emp from table where ' || V_str