'use taosBenchmark to insert binary data with specified length in command line
In TDengine database, I tried to use taosBenchmark to write binary data with specified length in command line, but I got following error
root@Alex ~ $ taosBenchmark -b int,int,binary(100)
-bash: syntax error near unexpected token `('
what is the correct way to use taosBenchamark to write binary data in command line?
Solution 1:[1]
try taosBenchmark -b int,intbinary\(100\)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Shuduo |
