Categories
Uncategorized

How to see table structure in H2 database

Just enter following sql query:

show columns from table_name;

Leave a Reply