0

I have created and table named mytable`. tilled added by mistake at the end of table name. I am unable to select/update/insert/delete data from the table.

Anuranjan Pandey
  • 132
  • 2
  • 11

1 Answers1

0

You can do it with statement DROP TABLE table_name

K.Vodenicharov
  • 33
  • 1
  • 2
  • 7