Hi, this may look like a basic question but...
Can the XML DOM object load an xml file in any arbitray URL? I have a Javascript that creates a DOM object and I'd like to use load function with a URL that indicates an XML file... For example, using Firefox...
...
I want to apply a simple SELECT - GROUP BY statement such as:
SELECT AVG(Table1.Col_C)
FROM Table1 LEFT OUTER JOIN Table2 ON ...
GROUP BY Table1.Col_A
But the problem is that the result set after the left outer join has some duplicate rows. For example...
Table1.Col_A Table1.Col_B...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.