Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8496573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:53:30+00:00 2026-06-10T23:53:30+00:00

I got a table which tracks positions over time. This table contains a lot

  • 0

I got a table which tracks positions over time. This table contains a lot of rows and cannot be changed in format.
Every position is inserted with an id, the actual position and a timestamp (datetime). The position itself is inserted in a concatenated string which can be converted to x/y coordinates using custom functions.

I want to create a procedure, and lists all known positions and their appropiate timestamps for a certain. No problem so far. But also want to create an output column which indicates the difference in position and time.

To clarify. What I have:

Id |  Timestamp          | Foreign_Id | POS              
----------------------------------------------------------
1  | 2011-02-20 00:00:00 |     2      | PositionAsString 
----------------------------------------------------------
2  | 2011-02-20 00:00:05 |     2      | PositionAsString 
----------------------------------------------------------
3  | 2011-02-20 00:00:15 |     2      | PositionAsString 
----------------------------------------------------------
4  | 2011-02-20 00:00:37 |     2      | PositionAsString 

The Coordinates of the Position are available via the functions getX and getY which return float values for X and Y.
The difference in position would be calculated using the Pythagorean theorem as it is only 2D.

What I want

Id |  Timestamp          | Foreign_Id | POS              | DiffPos  | Speed 
---------------------------------------------------------------------------
1  | 2011-02-20 00:00:00 |     2      | PositionAsString |    0     |   0    
---------------------------------------------------------------------------
2  | 2011-02-20 00:00:05 |     2      | PositionAsString |    20    |   4    
---------------------------------------------------------------------------
3  | 2011-02-20 00:00:10 |     2      | PositionAsString |    10    |   2    
---------------------------------------------------------------------------
4  | 2011-02-20 00:00:20 |     2      | PositionAsString |    10    |   1    

So now my issue is how to calculate the difference to the previous row.
Important is, that the result set is narrowed down to the foreign key befor any unefficient calculations are performed because the table has many rows.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T23:53:32+00:00Added an answer on June 10, 2026 at 11:53 pm

    Thanks for the suggestion, however as this is complicated and inefficient I am now using another solution. As I stated above I am unable to change the format of the source table. But what is possible was to modify the trigger which was writing to this tracking table so that it did compute the differences before inserting the new row.

    This will of course not work for existing entries but this is acceptable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a table field membername which contains both the last name and the
I have got a table which contains 5 column and query requirements: update row
I've got a table which contains sensitive data and according to data protection policy
I got a table which uses jQuery UI's sortable. The first column contains the
I've got a table which contains a bunch of assets that are organized into
I've got a table which contains start-times (using number in example to keep it
I've got a table which contains a column named size. I want with a
I've got a table which contains week numbers and id's | id | week
I've got a table which Im sorting with tablesorter ( http://tablesorter.com ). Within that
I've got a table in which there are some columns with big text data.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.