使用taosBenchmark在命令行中插入指定长度的二进制数据

use taosBenchmark to insert binary data with specified length in command line

在TDengine数据库中,我尝试使用taosBenchmark在命令行中写入指定长度的二进制数据,但出现如下错误

root@Alex ~ $ taosBenchmark -b int,int,binary(100)
-bash: syntax error near unexpected token `('

在命令行中使用taosBenchamark写入二进制数据的正确方法是什么?

尝试taosBenchmark -b int,intbinary\(100\)