dev-resources.site
for different kinds of informations.
Getting members according to primary key values #eg63
Published at
10/22/2024
Categories
database
sql
esproc
spl
Author
esproc_spl
Author
10 person written this
esproc_spl
open
In the following product category table, ID field is the primary key. The task is to find ordinal numbers of members whose ID field values are 5, 7 and 10 respectively.
A1 Connect to the database;
A2 Retrieve Category table from the database and set ID as the primary key;
A3 Find records whose primary key values are 5, 7 and 10 respectively and return a record sequence consisting of the three records. @k option treats the sequence type parameter passed in as a sequence of key values, which enables the function to return a sequence of multiple matching records.
spl Article's
20 articles in total
Add records that meet the criteria before each group after grouping οΌFrom SQL to SPL
read article
Calculate the hierarchy of recursive references :From SQL to SPL
read article
SQL: Recursive calculation of tree like hierarchical structure #eg83
read article
Is It Necessary to Use a Specialized In-Memory Database?
read article
SQL,Classify time-close events into a group and assign them a number #eg84
read article
What else can Stream&Kotlin evolve into?
read article
Getting members according to primary key values #eg63
currently reading
Replace Duplicate Digits in Every 9-digit Number in a Text File with Non-duplicate Ones #eg52
read article
The Difference between Each Value in a Certain Column and Its Previous One and Display Result
read article
Group and Summarize data, and align to the specified sequence #eg31
read article
Multi-condition filtering #eg48
read article
Getting members based on a specified condition #47
read article
Split a large csv file into smaller files #eg45
read article
Read specified columns from a csv file #eg44
read article
The impasse of SQL performance optimizing
read article
How to Transpose Columns in Each Group to a Single Row
read article
How the performance improvement by orders of magnitude happened
read article
Final association query solution
read article
Hadoop/Spark is too heavy, esProc SPL is light
read article
Datastructures in PHP
read article
Featured ones: