Thanks very much for each of your suggestions.

zenixan, it looks like you've found the issue.  If I issue:

create table myTable;

I can successfully do "select * from myTable" but not "select * from 
"myTable"";

On the other hand, if I issue:

create table "myTable";

I can successfully run "select * from "myTable"", but funnily enough not 
"select * from myTable".

Thanks again!

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/h2-database/-/6clwpUo8BKAJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to