我正在使用以下查询从 ymail.messages 表中检索一条记录 -
select message from ymail.msgcontent where (fid,mids) in (select folder.folderInfo.fid,
mid from ymail.messages where query="Yahoo" and mid="-----" limit 1)
但我无法获得一条记录,而不是获得一堆记录。
上述查询中的哪些修改将获得一条记录?
我正在使用以下查询从 ymail.messages 表中检索一条记录 -
select message from ymail.msgcontent where (fid,mids) in (select folder.folderInfo.fid,
mid from ymail.messages where query="Yahoo" and mid="-----" limit 1)
但我无法获得一条记录,而不是获得一堆记录。
上述查询中的哪些修改将获得一条记录?