sql - Lock Table with exclusive in H2 database -
through syntax having trouble convert oracle syntax h2 syntax.
for example (oracle):
lock table car_chip_id_lock in exclusive mode h2 (syntax error)
how change oracle grammar h2? have tried lock_mode doesnt work , mvcc true default v1.4+
Comments
Post a Comment