To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81727





------- Additional comments from [EMAIL PROTECTED] Thu Oct 25 09:20:24 +0000 
2007 -------
Here are the create statements:

CREATE TABLE lzgneu.bioreaktor
       (startzeit TIMESTAMP NOT NULL,
       starthoehe FLOAT NOT NULL,
       stoppzeit TIMESTAMP,
       stopphoehe FLOAT,
       PRIMARY KEY (startzeit));

CREATE VIEW lzgneu.bio AS
        SELECT  startzeit,
                starthoehe,
                stoppzeit,
                stopphoehe,
                4.4 * 4.4 * 3.14 * (stopphoehe - starthoehe) AS volumen
        FROM lzgneu.bioreaktor;

Very easy ;-) For the test I inserted a complete row (current timestamp - 1
hour, 4.1, current timestamp, 8.1)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to