Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread select error 11949 duplicate table or correlation name....
Mon, Jun 4 2007 5:23 AMPermanent Link

"kevanB"
Hi


Ran the folloiwng script on a customers machine/database in dbSys

select
 tillreceipt.customerguid , customers.name as "name"

FROM
  "tillreceipt"

join tillreceipt.customerguid= customers.customerguid
where tillreceipt.value>50

And got ...error 11949 duplicate table or correlation name tillreceipt....



cut and paste the script to another machine/database works fine.


Any clues? Im stumped , it doesnt seem to make sense as far as an error goes
Frown


KevanB

Mon, Jun 4 2007 5:25 AMPermanent Link

"kevanB"
Never mind.. sorted it Smile


Image