work.jarb-sample.1.4.2.source-code.import.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jarb-sample Show documentation
Show all versions of jarb-sample Show documentation
Sample application that demonstrates all modules.
INSERT INTO posts (posted_on, author, title, message) VALUES (NOW(), '[email protected]', 'inserted via sql', 'some message');
© 2015 - 2024 Weber Informatics LLC | Privacy Policy