mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
ExecuteScalarSubqueriesVisitor fix error code style check
This commit is contained in:
parent
3824ba656c
commit
6aa3137c86
@ -25,7 +25,6 @@ namespace DB
|
|||||||
namespace ErrorCodes
|
namespace ErrorCodes
|
||||||
{
|
{
|
||||||
extern const int INCORRECT_RESULT_OF_SCALAR_SUBQUERY;
|
extern const int INCORRECT_RESULT_OF_SCALAR_SUBQUERY;
|
||||||
extern const int TOO_MANY_ROWS;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user