SELECT * ,
(select count(*) from Applys where Applys.JobID=Jobs.JobID) as ApplyCount ) as abc
FROM Jobs where ChannelID=14FROM 子句语法错误。