Ошибка

MySQL: Table 'abramov.texts_short' doesn't exist


SELECT texts_short.*, texts.name, texts.url_alias FROM texts_short LEFT JOIN texts ON texts.id = texts_short.id LEFT JOIN texts_out_places_link ON texts_out_places_link.text_id = texts_short.id WHERE texts.seeable = '1' AND texts_out_places_link.place_id = '1' ORDER BY texts_short.id1 ASC ;