select  项目ID,项目名称,街道ID,工程
  from 街道表,项目表
where 街道表.街道ID = 项目表.街道ID(+)   
  and 项目表.街道 =‘甲级’
order by 项目表.项目ID