I am using Jdbctemplate to retrieve a single String value from the db. Here is my method.
public String test() { String cert=null; Strin
You could use a group function so that your query always returns a result. ie
MIN(ID_NMB_SRZ)