Subject | Re: Is the given view SQL an ODBC issue or what? |
---|---|
Author | Namit Nathwani |
Post date | 2004-08-10T07:34:29Z |
Hi Helen
Thanks for responding.
At 08:50 pm 09/08/2004, you wrote:
become more strict than it was in 1.5.0?
to get results.
Thanks a lot for your help.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
namitbn@...
___________________________________________
----------
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.735 / Virus Database: 489 - Release Date: 06/08/2004
[Non-text portions of this message have been removed]
Thanks for responding.
At 08:50 pm 09/08/2004, you wrote:
>The semicolons scattered around your query are illegalActually this was the VFP SQL I had pasted, sorry about not clarifying.
>and you need fullOkay I will keep that in mind. But just for my knowledge, has the thing
>aliasing for *each* usage of the table, i.e. you can't use the plain table
>identifier for one instance and an alias for the other.
become more strict than it was in 1.5.0?
>SELECTThanks that worked perfectly. I had panicked when I had to use RIGHT JOIN
> child.*,
> parent.CNAME AS CGROUPNAME
>FROM MPLANTS child
> LEFT JOIN MPLANTS parent
> ON child.IID = parent.IPID
> ORDER BY child.CCODE, child.CNAME
to get results.
Thanks a lot for your help.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
namitbn@...
___________________________________________
----------
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.735 / Virus Database: 489 - Release Date: 06/08/2004
[Non-text portions of this message have been removed]