Skip to content

delete from {table_name} #23

Description

@Logof

Использую докер образ cr.yandex/yc/yandex-docker-local-ydb:latest
Все действия с базой данных выполняются через Web консоль http://localhost:8765
Таблица имеет порядка 11 тысяч записей. При попытке удалить все записи (DELETE FROM accounts;) из таблицы выходит ошибка
Execution engine errors: SetProgram (370): ydb/core/engine/kikimr_program_builder.cpp:549: Bind(): requirement value.GetStaticType()->IsSameType(*callable.GetType()->GetReturnType()) failed. Incorrect type for parameter %kqp%1, expected: Type (List) { List item type: { Type (Tuple) with 1 elements { #0 : { Type (Data), schemeType: Int64, schemeTypeId: 3 } } } } , actual: Type (List) { List item type: { Type (Tuple) with 1 elements { #0 : { Type (Optional) { Optional item type: { Type (Data), schemeType: Int64, schemeTypeId: 3 } } } } } }

Такая же ошибка при попытке удалять записи по Id - ошибки нет

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions