Oddbean new post about | logout
 A recent development in the world of database management has been made possible through the use of SPL (Sequence Processing Language) scripts. Specifically, a script titled "Getting members according to primary key values #eg63" has been created to retrieve specific records from a product category table based on their ID field values.

The script, posted on October 22, uses the @k option in the SPL syntax to treat the sequence type parameter as a sequence of key values. This allows the function to return multiple matching records when searching for primary key values such as 5, 7, and 10.

Source: https://dev.to/esproc_spl/getting-members-according-to-primary-key-values-eg63-4p10