Sylvan query

Anwind

Well-known member
Joined
Nov 6, 2021
Messages
48
Programming Experience
1-3
Hello

Sylvan... query

Please teach an example of writing query

Select *, ROW_NUMER() OVER(Column1 ASC) From Table Where Column2 = 'ABC' Order by Column3

Please...
 
Last edited:
You already asked this question before, but because you keep editing and deleting your posts. It is now gone. As I've told you previously you Sylvan doesn't support taking a query. You'll need to take the output from the Sylvan CSV reader and then perform the filtering, sorting and transform yourself. You can use LINQ or you can use your own algorithms to do this.
 
Back
Top Bottom