python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Extract year, month and day numbers (1 to 2 digits) from a string (LibreOffice Base)
I am using LibreOffice Base (version 7.3) to create a database.
I need to extract year, month and day numbers from such strings that consist Chinese charactors as shown following. I think one Chinese ...

Paul the sea wolf
Votes: 0
Answers: 1
hsqldb and jdk8 compatibility
I try to use org.hsqldb.hsqldb in my Maven project. The requirement of the client is to use Java 8. The current version of org.hsqldb.hsqldb is 2.6.1, which doesn't seem to work with Java 8. How can I...

tahasozgen
Votes: 0
Answers: 1
Is it possible to run queries with init scripts through properties in HSQL?
Just wanted to understand if its possible to run init scripts through HSQL properties we are supplying along with connection in HSQL? Is that feature available in HSQL, like we do a init and execute s...
Vignesh
Votes: 0
Answers: 1
HyperSQL performance in relation with number of parallel connections
Harware setup:
CPU: Intel i5-8 core machine
Memory: 16 GB
Disk: SSD
DB: HyperSQL 2.6.0 (JDK 8)
(Running HyperSQL as a docker container with no extra config, running default config)
Test scenario:
In-M...
Lokesh Kumar P
Votes: 0
Answers: 0