Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Lukas Eder
Lukas Eder has asked
215
questions and find answers to
994
problems.
Stats
55.1k
EtPoint
22.7k
Vote count
215
questions
994
answers
About
I am the founder and CEO at Data Geekery, the company behind jOOQ.
Lukas Eder questions
How to find an Informix DATETIME field qualifier in an existing schema
Is it possible to look up a table-valued function's return columns in SAP HANA's dictionary views?
Can an Oracle index be created in a low priority thread/process?
Calling Sybase Adaptive Server Enterprise's "sp_help" from JDBC
Insert values statement can contain only constant literal values or variable references in SQL Data Warehouse
How to set bind values to NULL with Firebird's jaybird JDBC driver?
Why do Oracle's sequences skip their cached values when attempting to re-create the sequence?
Use jsoup or gquery for plain XML
Can I use Scala Macros to internalise an external DSL?
error: generics are not supported in -source 1.3 when compiling Java code with Kotlin
Lukas Eder answers
jooq issue with limit and offset
JOOQ query for result of boolean expression
Getting ID of inserte row in Oracle, using sequence and trigger to insert the id
PostgreSQL date converted to Java Date instead of LocalDate
Is COUNT(1) or COUNT(*) better for PostgreSQL
jooq connection is null error when attempting to insert multiple records at once
INSERT INTO values (...) ON DUPLICATE KEY UPDATE with multiple values
How to write union query in jOOQ with single order by clause?
How to select an autogenerated Record and additional Data with a join in jooq?
Replace Into in SQL Server 2008