We have a table named user.  We get a -5015 error when
we try adding the user.colname in the select
statement.

For example, the following fails:

select user.userid
from user

However, this works fine:

select a.userid
from user a

I did a quick search on the archives and could not
find any reference to this.  Anyone else see this?

Jason Chesko

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to