Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在查询生成器选择中添加文本。
SELECT '5 a 8 lugares' as 'lugares', count(*) AS 'livres' FROM salas S;
我解决了问题
$lugares_3_4->select(['lugar' => $lugares_3_4->func()->concat(['3 a 4 lugares']),'livres'=>'count(Salas.id)'])