H2 default database

Superego4 years ago

Hi to all.
How it is possible to sneak into H2 database? I need to remove some zero coordinates.
Thanks for idea

Anton Tananaev4 years ago

Have you checked H2 documentation?

Superego4 years ago

Hi, Anton!
Yes, went through h2database.com. I've got same problem some years ago. Then managed to do that somehow. But still can' t remember how to look at tables using sql grammar in H2. How can I connect to Traccar database .db?

Anton Tananaev4 years ago

Connect to the database using any JDBC-compatible client and then use standard SQL queries.