Subject | Re: Facing Problem with limitations of IN CLAUSE |
---|---|
Author | Ali Gökçen |
Post date | 2006-03-09T08:59:29Z |
Typo..
join wt1 y on y.id=x.id
also, you can use SP instead of view.
join wt1 y on y.id=x.id
also, you can use SP instead of view.