когда я пытаюсь выбрать какую-то запись из таблицы
SELECT * FROM movie_test WHERE tags = ('["dramatic","women", "political"]'::json)
Код sql выдал ошибку
LINE 1: SELECT * FROM movie_test WHERE tags = ('["dramatic","women",...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
********** 错误 **********
ERROR: operator does not exist: json = json
SQL 状态: 42883
指导建议:No operator matches the given name and argument type(s). You might need to add explicit type casts.
字符:37
Я что-то пропустил или узнал об этой ошибке.