Hi. This is a newbie concern.
I'm trying to create a view from a relation called 'words'. This is what my
command looked like:
create view v_words as select term, meaning1 from words order by term;
I was greeted with an error message, that is:
"ERROR: ORDER BY and DISTINCT on views are not implemented."
I'm using version 7.0.2-17.
Thanks for your help.