Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:comet:cometql [2017/07/14 06:31]
levhav
en:comet:cometql [2017/08/15 04:37]
levhav [Table users_time]
Line 1: Line 1:
-<​rst>​EN::​2-API</​rst>​+<​rst>​EN::​002-API::​002-CometQL::​004-CometQL ​API</​rst>​
  
 ====== CometQL ====== ====== CometQL ======
Line 223: Line 223:
  
 ===== Table users_time ===== ===== Table users_time =====
-The table users_time contains data about users were online. This table is available only for reading. Data timing stores in UNIX-time.+The table users_time contains data about when users were online. ​ This table is available only for reading. Data timing stores in UNIX-time.
 <code sql> <code sql>
 mysql> select * from users_time where id in( 2, 3, 145); mysql> select * from users_time where id in( 2, 3, 145);