Добрый день.
Пытаюсь обнулить поля таблицы с помощью команды
UPDATE filters SET height_low=NULL|height_high=NULL WHERE chat_id=%s
выдает ошибку
psycopg2.ProgrammingError: column "height_low" is of type integer but expression is of type boolean
HINT: You will need to rewrite or cast the expression.
Необходимо именно integer перевести в NULL, что можно сделать?