Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11307, comment 13


Ignore:
Timestamp:
Sep 21, 2013, 9:43:22 PM (11 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11307, comment 13

    initial v1  
    66{{{#!sql
    77select count(*) from wiki where time not between 2147483647 and -2147483648;
    8 select time from wiki where time not between 2147483647 and -2147483648 and mod(time, 1000000) != 0 limit 10;
     8select time from wiki where time not between 2147483647 and -2147483648 limit 10;
    99}}}