gaggki
Results
2
issues of
gaggki
**描述** 对问题简单清晰的描述 row_number() over (partition by)在check的时候不通过会报错,但实际这个语句是可以执行,并且也可以在数据库中执行 **重现** 模拟重现的步骤 -- 创建表 CREATE TABLE `a` ( `ID` INT(10) NULL DEFAULT NULL, `class` INT(10) NULL DEFAULT NULL, `score` INT(10) NULL DEFAULT NULL )COLLATE='utf8_general_ci';...
I encountered an error while doing mongoDB tpcc: Traceback (most recent call last): File "tpcc.py", line 303, in results = startExecution(driverClass, scaleParameters, globalResults, args, config) File "tpcc.py", line 151, in...