error when trying to execute: SELECT COUNT(*) AS cAlbums FROM albums LEFT JOIN artists ON albums.nArtistID=artists.nArtistID LEFT JOIN genres ON albums.nGenreID=genres.nGenreID LEFT JOIN formats ON albums.nFormatID=formats.nFormatID LEFT JOIN countries ON artists.nCountryID=countries.nCountryID
Error 1146: Table 'ophth.albums' doesn't exist