Select

From Catglobe Wiki
Revision as of 11:10, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



select

Prints all the row values of specific columns with their indexes.

Syntax

select(col1, col2, …)

Arguments

coli: Is the name of a column in the data table.

Return type

empty

Examples

//print StudentIt and his/her score to the console

select(StudentId, Score) where (true);

Availability

Version 4.8