Ho capito bene che Data Explorer non supporta Json Extracts?
Ci ho provato, restituisce l’errore:
PG::UndefinedFunction: ERROR: function json_extract(text, unknown) does not exist
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
leonardo
(Leonardo Mosquera)
2
Ciao!
Questa è una funzione MySQL, ma Data Explorer esegue query sul database PostgreSQL di Discourse.
Basandoti su questa risposta di SO, stai cercando l’operatore @> di Postgres per i tipi di dati JSON:
4 Mi Piace
Grazie! In realtà era più simile a json_extract_path_text e ha aiutato a costruire una bella query per Disorder di Falco qui
4 Mi Piace