You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clickhouse query:
SELECT some_fields FROM my_table WHERE field = 123 AND field2 = 321 AND title LIKE '%title%'
Received exception from server (version 18.6.0):
Code: 1000. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception: mysqlxx::BadQuery: Operand should contain 1 column(s)
Mysql query log:
SELECT some_fields FROM my_table WHERE (field = 123, field2 = 321)
The text was updated successfully, but these errors were encountered:
pyhbka
changed the title
Engine Mysql and Like
Engine Mysql - where condition + Like
Aug 31, 2018
Clickhouse query:
SELECT some_fields FROM my_table WHERE field = 123 AND field2 = 321 AND title LIKE '%title%'
Received exception from server (version 18.6.0):
Code: 1000. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception: mysqlxx::BadQuery: Operand should contain 1 column(s)
Mysql query log:
SELECT some_fields FROM my_table WHERE (field = 123, field2 = 321)
The text was updated successfully, but these errors were encountered: