MySQL:

rename table titles_test to titles_2017;

SQLite

alter table titles_test rename to titles_2017;