I'm trying to create a table in Schema Browser and want the table name to be a mixture of upper and lowercase. When I enter this, Toad makes the name all uppercase when the table is created. How do I retain the case?
In the create table dialog, enclose the table name in double-quotes e.g.
"TempTable"