How to filter specific row in mysql table? -


Believing that I have a table on which the column is "time", every five minute date ticket, such as :

  Time 20120701 00:00:00 20120701 00:05:00 20120701 00:10:00 20120701 00:15:00 ....   

But intervals are sometimes longer than 5 minites between rows, such as

  20120703 00:00:00 20120703 00:15:00   

Is it possible to combine the result with just one esquito sentence?

Try it

  Select the time from the table, where is not the time (include T1 in the form of T1 in the time of T1. T1 on T2 as the title in the table. Time = t 2. time-interval 5 minutes)    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -