Commit Graph

92 Commits

Author SHA1 Message Date
Elias Soong fd06a567ed [TD-2639] <docs>: fix example about transaction in SQL execution. 2021-05-31 17:49:11 +08:00
Elias Soong 0470c13497 [TD-4277] <docs>: update description about inserting into multi tables with auto creating table. 2021-05-28 15:17:11 +08:00
Elias Soong c45affa78e [TD-2639] <docs>: correct database parameter about time precision. 2021-05-28 14:32:34 +08:00
Elias Soong f9031cfaa1 [TD-2639] <docs>: correct parameter about time precision. 2021-05-28 10:48:40 +08:00
Elias Soong 0e97b39787 [TD-4387] <docs>: fix broken link to server config doc. 2021-05-27 17:10:17 +08:00
Elias Soong 0a38b29c3d [TD-3963] <docs>: allow alter some database parameters without reboot server. 2021-05-26 16:06:38 +08:00
Elias Soong 89fd502625 [TD-3948] <docs>: column names can be away from table name in insert. 2021-05-26 13:51:06 +08:00
Elias Soong 27def2b35e [TD-4181] <docs>: update SQL related doc. 2021-05-25 14:32:15 +08:00
Elias Soong 39f54b7cb8 [TD-4092] <docs>: describe "SHOW CREATE" series of commands. 2021-05-14 15:17:48 +08:00
Elias Soong b437febaa0 [TD-3984] <docs>: describe "union all" clause. 2021-04-30 17:24:58 +08:00
Elias Soong 324f6308fd [TD-850] <docs>: fix typo. 2021-04-27 16:20:30 +08:00
Elias Soong 23e8cd293d [TD-2639] <docs>: remove ambiguous description about select expression. 2021-04-27 15:45:14 +08:00
Elias Soong 55d531504d [TD-850] <docs>: describe limitation about calculation between columns. 2021-04-27 10:04:46 +08:00
Elias Soong 25349a4f67 [TD-3666] <docs>: update description about Binary column. 2021-04-26 18:17:34 +08:00
Elias Soong 8f0db3d79a [TD-850] <docs>: describe usage limitation about calculation expression. 2021-04-26 17:50:44 +08:00
Elias Soong 8af0ada70c [TD-1316] <docs>: "apercentile" func can be applied on super table. 2021-04-26 16:43:50 +08:00
Elias Soong 05ac0ee64d [TM-210] <docs>: comment out "having" related doc. 2021-04-26 16:09:59 +08:00
Elias Soong fc76499134 [TD-3666] <docs>: distinguish bytes & chars in length calculation. 2021-04-24 19:13:17 +08:00
Elias Soong 55af2031b9 [TD-3666] <docs>: should avoid storing multi-bytes chars in Binary. 2021-04-22 17:25:07 +08:00
Elias Soong 9cfe0cd76b [TD-3666] <docs>: add notes about Binary type. 2021-04-22 14:35:29 +08:00
Elias Soong a7f1d41e84 [TD-3611] <docs>: fix description about function top & bottom. 2021-04-19 13:59:48 +08:00
Elias Soong de01b7b98f [TD-3755] <docs>: describe the columns num limitation in selecting. 2021-04-15 15:30:08 +08:00
Elias Soong 2658da451c [TD-2577] <docs>: "GROUP BY" add "HAVING" support. 2021-04-14 16:43:45 +08:00
Elias Soong eed1961dc2 [TD-3754] <docs>: correct the meaning of slimit option. 2021-04-12 18:58:30 +08:00
Elias Soong ad1c6534a9 [TD-3645] <docs>: add description about dimension microsecond in timestamp. 2021-04-01 16:40:04 +08:00
Elias Soong 3e07314988 [TD-2518] <docs>: timestamp add support for time before year 1970. 2021-04-01 14:17:44 +08:00
Elias Soong 4e0b9ced16 [TD-2639] <docs>: clarify the length limitation of tags. 2021-03-22 14:49:20 +08:00
Elias Soong 388887efaa [TD-2354] <docs>: need reboot to take effect when alter CACHELAST option. 2021-03-18 18:20:59 +08:00
Elias Soong cf721d477b [TD-2639] <docs>: clarify "now" function usage when insert multi-rows. 2021-03-17 15:41:36 +08:00
Elias Soong 1aa5fa90ff [TD-2639] <docs>: update range setting of QUORUM option. 2021-03-10 17:47:19 +08:00
Elias Soong bd5e3ea021 [TD-3090] <docs>: reason about data line size in fact is shorter than 16k bytes. 2021-03-08 15:57:04 +08:00
Elias Soong 3f2741a31c [TD-1128] <docs>: describe sliding & slimit keywords. 2021-03-08 15:40:44 +08:00
Elias Soong 6808d72b1e [TD-2992] <docs>: add "between and" support in where clause. 2021-03-04 16:07:23 +08:00
Elias Soong 2a984dc64c [TD-2639] <docs>: clarify keyword stable support relate to system version. 2021-02-26 11:11:25 +08:00
Elias Soong aadbd1af33 [TD-2639] <docs>: Binary column should only store ASCII string. 2021-02-24 15:03:30 +08:00
Elias Soong 6b9983931a <docs>: remove outdated description about timestamp value 0 in TDengine 2.0. 2021-02-23 18:12:23 +08:00
Elias Soong 6dc175cdaf [TD-2354] <docs>: describe option for caching table last row. 2021-02-23 17:05:36 +08:00
Elias Soong 4d774efcc3 Merge branch 'develop' into docs/Update-Latest-Feature 2021-02-19 18:03:53 +08:00
Elias Soong 3311ecd23b [TD-2423] <docs>: allow create table from super table with just specific tag columns. 2021-02-19 17:56:34 +08:00
Elias Soong 0b6eb08406 [TD-2639] <docs>: move insert example to be the right place. 2021-02-19 11:10:10 +08:00
Elias Soong 766dc0bb4f [TD-2568] <docs>: describe new commands about client log management. 2021-02-18 14:48:09 +08:00
Elias Soong 0193e962ac [TECO-43] <docs>: transfer Chinese docs to grav cms system. 2021-02-10 15:29:42 +08:00