Why can't I save it to Database

Viewed 37

Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "PRODUCT" not found (this database is empty); SQL statement: insert into product (price, product_name, url, year, id) values (?, ?, ?, ?, ?) [42104-214]

2 Answers

I think it's so clear print the error: Table "PRODUCT" not found

Related