Change column names in createView

Hi,

I want to use other column names in a view as the names in the table. Is this possible with liquibase?

f.e:

  1. CREATE VIEW myview (colview1, colview2)
  2. AS
  3. SELECT coltbl1, coltbl2 FROM mytable


kind regards

Frank

Hi, is it possible to modify the column name of a view?


kind regards,

Frank