Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Select: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg van (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Functions_Used_in_where_Expressions]]
[[Category:Functions_Used_in_where_Expressions]]

{{HelpFiles}}


====select====
====select====
Line 22: Line 22:
//print StudentIt and his/her score to the console
//print StudentIt and his/her score to the console


select(StudentId, Score) where (true);
''print(select(StudentId, Score) where (true)); ''


'''Availability'''
'''Availability'''

Latest revision as of 10:45, 20 December 2011



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

print(select(StudentId, Score) where (true));

Availability

Version 4.8