Please give me a sample code for inserting records containing an SQL statement:
insert into TABLE (id, value1, value2, point, value3) values (1,'A', 'M', POINT (13.45646, 56.61782),5);
in JDBC / Postgresql code.
If anyone has a PreparedStatement solution or any other useful solution, it is welcome!
Adnan ali
source share