Re: view-entity

Posted by David E Jones-2 on
URL: http://ofbiz.116.s1.nabble.com/view-entity-tp142573p142574.html


http://incubator.apache.org/ofbiz/docs/entity.html#View_Entity_Modeling


On Nov 8, 2006, at 3:03 PM, Chris Howe wrote:

> Is the view-entity supposed to create actual views in
> a database? (eg
> CREATE VIEW view_name AS
> SELECT column_name(s)
> FROM table_name
> WHERE condition
> )