【发布时间】:2011-12-12 00:28:18
【问题描述】:
我正在尝试这段代码:
SELECT COUNT (oferta_id_oferta)
FROM `oferta_has_tags`
WHERE oferta_id_oferta =
(SELECT id_oferta FROM oferta
WHERE oferta = "designer")
我收到error: 1630 - FUNCTION mydb.COUNT does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
如果我删除 COUNT 字,我会得到两个结果。
有什么问题?
【问题讨论】: