ORA-00942: Table ou vue inexistanteselect *
from T_OBJET_TOURISTIQUE ot,T_STATION s,T_STATION_DEPARTEMENT sd, T_DEPARTEMENT_REGION dr,T_DEPARTEMENT d,T_REGION r where ot.ADMIN_BOX=1
and ot.ID_STATION_OT=s.ID_STATION
and s.ID_STATION=sd.ID_STATION
and sd.ID_DEPARTEMENT=dr.ID_DEPARTEMENT
and sd.ID_DEPARTEMENT=d.ID_DEPARTEMENT
and dr.ID_REGION=r.ID_REGION
order by ot.DATE_DEB_OT
Recherche de manifestations