Hi,
I´m trying to insert in a table with just one field.
CREATE TABLE test ( name varchar(50) not null );
Now, i insert some values like : joao, joão, alberto. How can i´m get the tuple joão using JDBC ??