ClickHouseClient
ClickHouseClient copied to clipboard
Update Query not working
Update query is not working
ALTER TABLE `default`.`test_Bank`
UPDATE Key = @Key, Number = @Number, Name = @Name, Code = @Code
WHERE Id = @Id
in mutations it is giving error
Table does not exists