blackwater dev wrote on 04.02.2009 00:44:
I need to return all rows in a table where one of the columns 'name' is 37+ characters. In postgres, is there a function to get the length of the columns contents?
Check out char_length() http://www.postgresql.org/docs/8.3/static/functions-string.html -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general