Cannot change name of table
Posted: Sat 09 Mar 2013 15:33
I checked for the latest version. I closed the connection, and dbForge Studio then restarted. All I'm trying to do is change the name of a table from `wapello county rentals new` to `w`. I tried using Rename and Edit Table. Neither will allow it. I get a syntax error on line 1.
When I click the >>| button, it displays the last record number as 7623, but scrolls to the bottom of the list, and the unique key, incremented REC# shows 15,387.
Also, I attempted to run a SELECT statement on the 15,387 records. I click Text, I appended to the end such that the statement now reads
"SELECT * FROM `iowacounties`.`wapello county rentals new` WHERE `wapello county rentals new`.`House Number` <> `wapello county rentals new`.`Mail to Address`"
I click execute, I get no errors, but the records that are displayed are the exact same set as before the query. Is there a beginners tutorial that I missed? I'll keep searching YouTube but ... I think I'm doing everything correctly.
When I click the >>| button, it displays the last record number as 7623, but scrolls to the bottom of the list, and the unique key, incremented REC# shows 15,387.
Also, I attempted to run a SELECT statement on the 15,387 records. I click Text, I appended to the end such that the statement now reads
"SELECT * FROM `iowacounties`.`wapello county rentals new` WHERE `wapello county rentals new`.`House Number` <> `wapello county rentals new`.`Mail to Address`"
I click execute, I get no errors, but the records that are displayed are the exact same set as before the query. Is there a beginners tutorial that I missed? I'll keep searching YouTube but ... I think I'm doing everything correctly.