恭喜,你发布的帖子
发布于 2022-03-22 09:14:05
1楼
试试把字符串拼起来:
#tpSQLText := 'insert into rtdata values(';
#tpSQLText := CONCAT(IN1 := #tpSQLText, IN2 := REAL_TO_STRING(#float1));
#tpSQLText := CONCAT(IN1 := #tpSQLText, IN2 := ',');
#tpSQLText := CONCAT(IN1 := #tpSQLText, IN2 := REAL_TO_STRING(#float2));
#tpSQLText := CONCAT(IN1 := #tpSQLText, IN2 := ')');
请填写推广理由:
分享
只看
楼主