We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于 TDengine Community Edition, ver:3.3.6.6 已不能正常使用了,报参数错误 var sql1 = $@"INSERT INTO iot_e20250000025_device_prod (receivedtime, eventtime, data, id, createdtime, orgcode, deviceno, devicetypecode, requestid) VALUES ( {1747752489254}, {1747752489254}, '{JsonConvert.SerializeObject(new { cCnt = 32, iCnt = 1, cTime = 4 })}', '419a1d8df7aa444e8f725ace7d9ae4c9', {1747752493040}, 'ddd', 'D20250018', 'scanner', 'c4d624b015dd4f2e964ffcb75665246e' )"; 这个脚本在环境上是可以通过命令行直接插入成功
iot_e20250000025_device_prod
The text was updated successfully, but these errors were encountered:
sqlsugar代码是什么
Sorry, something went wrong.
把问题描述清楚
No branches or pull requests
对于 TDengine Community Edition, ver:3.3.6.6 已不能正常使用了,报参数错误
var sql1 = $@"INSERT INTO
iot_e20250000025_device_prod
(receivedtime, eventtime, data, id, createdtime, orgcode, deviceno, devicetypecode, requestid)
VALUES (
{1747752489254},
{1747752489254},
'{JsonConvert.SerializeObject(new { cCnt = 32, iCnt = 1, cTime = 4 })}',
'419a1d8df7aa444e8f725ace7d9ae4c9',
{1747752493040},
'ddd',
'D20250018',
'scanner',
'c4d624b015dd4f2e964ffcb75665246e'
)"; 这个脚本在环境上是可以通过命令行直接插入成功
The text was updated successfully, but these errors were encountered: