Logo

dev-resources.site

for different kinds of informations.

Multi-condition filtering #eg48

Published at
9/25/2024
Categories
spreadsheet
database
spl
esproc
Author
esproc_spl
Categories
4 categories in total
spreadsheet
open
database
open
spl
open
esproc
open
Author
10 person written this
esproc_spl
open
Multi-condition filtering #eg48

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

Image description
SPL script:

Image description

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

Featured ones: