救救孩子吧
select d.id,d.created_time,(select count(*) from word where word.dictionary_id=d.id)
as word_count,
(select account from user where user.id = d.creator_id) as username,
d.dictionary_name
from dictionary
as d where d.thesaurus_name='professional'