L'opérateur n'existe pas: json = json

quand j'essaie de sélectionner un fichier à partir d'une table

    SELECT * FROM movie_test WHERE tags = ('["dramatic","women", "political"]'::json)

Le code sql de fonte d'une erreur

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

Ai-je raté quelque chose ou si je peux apprendre quelque chose à propos de cette erreur.

InformationsquelleAutor Isaac | 2015-09-29