using (-) dash in mysql table name

You have to add quotes as your table name contains number. I think the following query will work.

SELECT * FROM `temp_01-01-000001`

Leave a Comment