Date and Time Literals Date and Time Literals Date 跟 Time 字面值有几种格式,例如用字符串表示,或者直接用数字表示。在 TiDB 里面,当 TiDB 期望一个 Date 的时候,它会把 '2017-08-24' , '20170824' ,20170824 当做是 Date。 TiDB 的 ...
11.2 if 语句 11.2 if 语句 我们在很早以前就已经见识过if 语句了,如: # 假设在这之前已经定义了变量`name`,并为它赋予了某个值。 if name == "" name = "handsome" end if 语句总是以if 关键字开头,并以end 关键字结尾。与if 关键字...
INSERT Name Description Example Keywords Best Practice INSERT Name INSERT Description 该语句是完成数据插入操作。 INSERT INTO table_name [ PARTITION ( p1 , ...) ] ...