xmapsaorbt
New Member
I want to write a simple query to select a number of columns in postgresql, however I keep getting errors - I tried a few options but the did not work for me. At the moment I am getting the following error: org.postgresql.util.PSQLException: ERROR: syntax error at or near "column"To get the columns with values I try the followig:\[code\]select * from weather_data where column like '%2010%'\[/code\]Any ideas!? Thanks!