View all posts from Marc Van Cappellen on the Progress blog. Connect with us about all things application development and deployment, data integration and digital business.
This is our fourth post in the XQuery for the SQL programmer series. Today we'll have a closer look at the SQL functions, operators, and conditions used in where clauses. And of course we'll explain how to...
Often you join multiple table in SQL queries. What about XQuery, how can we perform joins in XQuery? This is what this third post in the XQuery for the SQL programmer series is all about.A first...
In this second post of the XQuery for the SQL programmer series we’ll explain how to represent relational tables in XML and query them through XQuery.SQL/XML mappingThe...
At DataDirect we often get XQuery coding questions from SQL programmers. It can probably be explained by two main reasons. First there are many developers with a SQL background, not surprising they are looking for some analogy with SQL during their first XQuery steps. Second, with...
Dan McCreary wrote about his Teaching XSLT vs. Teaching XQuery experience.
At DataDirect we have also good experience teaching XQuery, and a developer with some SQL experience is definitely...
A question about querying office spreadsheets, on the Mulberry XSL list.[cc lang="xquery"]...
All I need to do is retrieve the string value of every cell of
column "A" whose string length is...