shlogg · Early preview
Judy @esproc_spl

Retrieving Class One Students With Math Scores 90+ In SPL

Find class one students with math score 90+ using SPL script: Connect to db, retrieve Scores table & get records where math score is 90 or above.

Find records of students in class one whose math score is 90 or above from Scores table.

SPL script:

A1 Connect to the database;
A2 Retrieve Scores table from the database;
A3 Get records of class one where math score is 90 or above. By default, select()returns all records meeting the specified condition. To return the first found eligible record only, use @1 option in select() function.
SPL open source address
Download