gurus,
I would like to know if anyone has a URL or other reference to use XSDS. the issues i am facing are:
1) how to do a join of 2+ tables ( only using aggregation??? )
2) how to compare a value (I am able to get a query $eq value as well as other operators), howver, I want to know if I can ignore case when comparing two strings
3) any other examples, such as left join, join of multiple tables, ignore case, etc would be appreciated
for those who wonder why i am doing this and not reading from a view that i access via stored proc.. i am comparing times to see what approach yields better perfromance. so far, i was able to reduce the time on my first example using only one table and filtering values from one or more columns.