Rev 11212 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11212 | Rev 11292 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:select |
2 | tit:select |
3 | type:$type_both |
3 | type:$type_both |
4 | syntax:!select |
4 | syntax:!select ``data'' where ``condition'' |
5 | mean:Outputs rows of a matrix |
5 | mean:Outputs rows of a matrix ``data'', according to ``condition''. \ |
6 | Rows of the matrix can be separated either by new lines or by semi-colon |
6 | Rows of the matrix can be separated either by new lines or by semi-colon ``;''. <p>\ |
7 |
|
7 | The condition can use words ``column 1'', ``column 2'', etc. to\ |
8 | designate comma-separated columns in each row.\ |
8 | designate comma-separated columns in each row.\ |
9 | </p> |
9 | </p> |