DEV Community

Judy
Judy

Posted on

2 1 1 1 1

Getting positions of members according to primary key values #eg58

In the following product category table, ID field is the primary key. The task is to find ordinal number of the member whose ID field value is 5.

Image description

SPL script:

Image description

A1 Connect to the database;
A2 Retrieve Category table from the database and set ID as the primary key;
A3 Find ordinal number of the record whose primary key value is 5. If the desired primary key value does not exist or no primary key is defined, pfind() function returns 0.

SPL open source address

Download

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more