gpt4 book ai didi

doctrine-orm - Doctrine 2 查询生成器的问题

转载 作者:行者123 更新时间:2023-12-04 00:36:34 25 4
gpt4 key购买 nike

我正在尝试使用 Doctrine 2 构建查询

$qb = $em->createQueryBuilder()
->select('*')
->from('Countries','c')
//getDQL
->getQuery();

echo "<pre>";
echo ($qb->execute());
echo "</pre>";
die;

出于某种原因,我收到一个错误:

Fatal error: Uncaught exception 'Doctrine\ORM\Query\QueryException' with message '[Syntax Error] line 0, col 7: Error: Expected IdentificationVariable | StateFieldPathExpression | AggregateExpression | "(" Subselect ")" | ScalarExpression, got '*'' in /home/dodo/doctrine-orm/Doctrine/ORM/Query/QueryException.php on line 42

最佳答案

没有“全局通配符”这样的东西 - 你应该使用 c.* .

关于doctrine-orm - Doctrine 2 查询生成器的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5171594/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com