Jhermansen
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Jhermansen created a post, AnsweredHow to make Oracle SQL syntax with variables work in IntelliJ database query console
Query console do not understand Oracle SQL dialect. How do you make syntax like this: variable personname varchar2; variable mobilenumber number; BEGIN :personname := 'John'; ... -
Jhermansen commented, -
-
Jhermansen created a post, AnsweredCreating jar from javaFX gradle project
New to Gradle, and trying to make a executable jar so I can run my project on a raspberry PI. It builds and runs succesfully, and after building jar with the gradle panel on the right in intellij, ...