Okay, I feel stupid....I tried to you syntax and I get an error.
This is exactly how I wrote it:
CREATE TABLE bkup_tbl AS SELECT * FROM story_tbl
I also went to the MySQL website to look and see what I was doing wrong and I noticed they had something a little different and I tried that, but still no luck here is what the query I tried looked like:
CREATE TABLE bkup_tbl SELECT * FROM story_tbl
The same error each time "syntax error near 'AS SELECT * FROM story_tbl' on line 1.
The other error is the same except it start at the SELECT. Any ideas what I am doing wrong?