Judith-Data-Processing-Hacks

Judith-Data-Processing-Hacks @judith677

About: esProc SPL is a JVM-based programming language designed for structured data computation, serving as both a data analysis tool and an embedded computing engine. https://www.esproc.com/download-esproc

Joined:
Apr 20, 2022

Judith-Data-Processing-Hacks
articles - 212 total

Query the Records Closest to the Specified Time Each Day — From SQL to SPL #43

Problem Description & Analysis: A table in Oracle database has a column of datetime...

Learn More 6 1Jun 26

Generate Event Sequence Numbers within a Specified Time Interval — From SQL to SPL #42

Problem Description & Analysis: A certain table in the MS SQL database has three...

Learn More 6 1Jun 23

Row to Column Conversion Involving Uncertain Columns — From SQL to SPL #41

Problem Description & Analysis: The query results of the Postgresql database return 6...

Learn More 10 3Jun 20

Search for Records Containing a Specified String Group in Multi Fields — From SQL to SPL #40

Problem Description & Analysis: A table in an Oracle database has multiple string...

Learn More 12 3Jun 18

Add Records that Meet the Criteria before Each Group after Grouping — From SQL to SPL #39

Problem Description & Analysis: In a certain view of the PostgreSQL database, the...

Learn More 6 3Jun 16

Count Distinct within Intervals in Order — From SQL to SPL #38

Problem Description & Analysis: The Teradata database table has three fields: date,...

Learn More 6 2Jun 12

Conditional Grouping — From SQL to SPL #37

Problem Description & Analysis: A certain database table has multiple fields that can...

Learn More 6 4Jun 10

Change Duplicate Contents to NULL — From SQL to SPL #36

Problem Description & Analysis: The first two columns of a certain database table have...

Learn More 6 1Jun 6

Get the Initial Date Using the Total — From SQL to SPL #35

Problem Description & Analysis: A certain database table records the planned inbound...

Learn More 6 3Jun 4

Getting the Available Ranges from Two Tables — From SQL to SPL #34

Problem Description & Analysis: There are two tables in a certain database. The...

Learn More 9 3May 30

Total under Recursive Relationship — From SQL to SPL #33

Problem Description & Analysis: A certain database has a ticket table and a work hour...

Learn More 7 1May 28

Converting JSON Data to Tabular in Snowflake — From SQL to SPL #32

Problem Description & Analysis: The Snowflake database has a multi-layered JSON...

Learn More 6 1May 26

Statistics by Time Window — From SQL to SPL #31

Problem description & analysis: The Time field of a certain database table is time,...

Learn More 10 3May 22

Segmented Accumulation by Condition — From SQL to SPL #30

Problem description & analysis: The ID field of a certain database table is used for...

Learn More 6 1May 20

Generate Calculated Columns Based on Continuous Values — From SQL to SPL #29

Problem description & analysis: The field n of a certain database table is used for...

Learn More 1 2May 16

Find Consecutive Alphabetical Characters in String — From SQL to SPL #28

Problem description & analysis: The field of a certain database table is...

Learn More 8 1May 14

Aggregate according to Time Interval — From SQL to SPL #27

Problem description & analysis: A certain database table stores time-series data, with...

Learn More 9 3May 12

Create Columns from Distinct Values of a Column — From SQL to SPL #26

Problem description & analysis: A certain database table records the monthly sales of...

Learn More 6 1May 8

Substring from a Column of Strings — From SQL to SPL #25

Problem description & analysis: The database table tbl has a string field...

Learn More 5 1May 6

Fetch Values from Previous Non-Null Value Rows — From SQL to SPL #24

Problem description & analysis: The database table organisation_user_link stores the...

Learn More 6 1Apr 29

Count Date Ranges per Year — From SQL to SPL #23

Problem description & analysis: The x field of the database table example is ID, and...

Learn More 8 1Apr 27

Summarize Row Counts by Dynamic Columns into JSON — From SQL to SPL #22

Problem description & analysis: Each column of database table tempdata can be viewed...

Learn More 6 1Apr 24

Deduplicate between an Uncertain Number of Columns — From SQL to SPL #21

Problem description & analysis: A certain database table has multiple fields, each...

Learn More 7 1Apr 22

Find the Closest Date Match for Each Record from Two Tables — From SQL to SPL #20

Problem description & analysis: SQL Server has two tables, Table1: Table2: Task:...

Learn More 6 1Apr 18

Find the Superset from the Relationship Table — From SQL to SPL #19

Problem description & analysis: The MySQL database has two tables: bag table and bag...

Learn More 1 1Apr 16

Get the Records after and before the Searched One — From SQL to SPL #18

Problem description & analysis: The ProductionLine_Number in a certain table of the...

Learn More 8 2Apr 14

Number Non-Null Values in Order within the Group — From SQL to SPL #17

Problem description & analysis: After sorting a table in the Oracle database according...

Learn More 6 1Apr 11

Getting Values from Multiple Format Strings to Multiple Records — From SQL to SPL #16

Problem description & analysis: There are four strings separated into two parts by...

Learn More 6 1Apr 9

Calculate all the year/months included in the year/month interval — From SQL to SPL #15

Problem description & analysis: The second and third fields of a certain database...

Learn More 5 1Apr 2

Calculate the Number of Intersections between Adjacent Subsets after Grouping — From SQL to SPL #14

Problem description & analysis: A certain database table records the execution status...

Learn More 5 1Mar 31