Can Postgresql create variable SQL statements with empty values?
I tried researching about this but couldn't find any answer probably because I don't really know how to tell what I'm looking for properly. I am using JDBC driver of Java to create a PreparedStatement for Postgresql. I have a…