Thursday, November 17, 2011

11/15/2011

XQuery has an expression called a FLWOR expression which is similar to SQL statement which has select, from, where and order by clause which is used to query XML data. FLWOR is an acronym for: FOR, LET, WHERE, ORDER BY, RETURN.

-- Dinu