阅读背景:

ORA-00937:不是单组组功能,计数功能

来源:互联网 
 select  officer.forename || ' ' || Officer.surname || ' is working on : ' || 
 count(crime.crime_id)  "Officers Current Crimes"

 From officer, crime
 where officer.officer_id = crime.officer_id
 order by crime.crime_id;
 select  officer.forename || ' ' || Officer.sur



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: