Vous n'êtes pas identifié(e).
- Contributions : Récentes | Sans réponse
Pages : 1
#1 14/11/2020 14:12:47
- simon
- Membre
ERROR: unrecognized token: "false"
Hello,
Please someone can to understand or solve these issues with PostgreSQL ?
when i try to run query in parallel mode i receive this error
postgres@DB:~$ psql text
psql (10.3)
Type "help" for help.
text=#
text=#
text=# select sum(l_extendedprice) / 7.0 as avg_yearly from lineitem, part, (SELECT l_partkey AS agg_partkey, 0.2 * avg(l_quantity) AS avg_quantity FROM lineitem
text(# GROUP BY l_partkey) part_agg where p_partkey = l_partkey and agg_partkey = l_partkey and p_brand = ':1' and p_container = ':2' and l_quantity < avg_quantity;
ERROR: unrecognized token: "false"
CONTEXT: parallel worker
text=#
Hors ligne
#2 14/11/2020 22:57:31
- gleu
- Administrateur
Re : ERROR: unrecognized token: "false"
This is a french forum, so you're supposed to ask your questions in french.
C'est un forum en français, donc vous êtes supposé poser vos questions en français. Concernant votre erreur, elle ne me rappelle rien, je ne l'ai pas déjà rencontré. Concernant votre requête, elle est illisible. Pensez à l'indenter, ça pourrait aider à identifier le problème.
Guillaume.
Hors ligne
#3 26/11/2020 14:14:04
- simon
- Membre
Re : ERROR: unrecognized token: "false"
Merci beaucoup pour la reponse, j'ai pu resoudre le souci.
Hors ligne
Pages : 1