Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Simple interval question
Mon, Jan 23 2012 9:24 PMPermanent Link

Jeff Dunlop

select foo.saledate + cast (foo.repeatinterval as interval day)
from foo

ElevateDB Error #700 An error was found in the computed column expression at line 1 and column 9 (Invalid expression . found, table qualifier not allowed)

I get the error message on both instances of foo. Really not allowed?
Tue, Jan 24 2012 2:49 AMPermanent Link

David Cornelius

Cornelius Concepts

Avatar

I get the same thing.  But if you declare a table alias in the FROM clause,
you can use the alias instead.

Try this:
 select f.saledate + cast (f.repeatinterval as interval day)
 from foo f


David Cornelius
Cornelius Concepts
Wed, Jan 25 2012 11:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Jeff,

<< ElevateDB Error #700 An error was found in the computed column expression
at line 1 and column 9 (Invalid expression . found, table qualifier not
allowed)

I get the error message on both instances of foo. Really not allowed? >>

I think this has been fixed:

http://www.elevatesoft.com/incident?action=viewrep&category=edb&release=2.06&incident=3526

--
Tim Young
Elevate Software
www.elevatesoft.com
Image