Hi there,

I have table "tblstueckliste" and in this table I have a column hauptid
which references to tblstueckliste.id

if i do the query


select
    tblstueckliste.id,
    tblstueckliste_2.id as id2
    from tblstueckliste, tblstueckliste as tblstueckliste_2
    where tblstueckliste.hauptid=tblstueckliste_2.id


i get the error "invalid keyword or missing delimiter".


Can you tell me where the mistake is in this query?



Thanks for you help.


Jens Stier


***********************************
Leo Zirn
Vorrichtungs- und Maschinenbau
K�nigsheimer Stra�e 1
D-78585 Bubsheim
Tel. 07429 / 9300-0
Fax  07429 / 9300-50
***********************************


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to