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
)

Reply via email to