欢迎光临散文网 会员登陆 & 注册

马老师云原生架构师2023大师课学习笔记

2023-08-25 21:13 作者:bili_57619593086  | 我要投稿

使用例子

MySQL操作:

mysql> USE test;Database changed mysql> CREATE TABLE `mysql_table` (    ->   `int_id` INT NOT NULL AUTO_INCREMENT,    ->   `float` FLOAT NOT NULL,    ->   PRIMARY KEY (`int_id`));Query OK, 0 rows affected (0,09 sec)mysql> insert into mysql_table (`int_id`, `float`) VALUES (1,2);Query OK, 1 row affected (0,00 sec)mysql> select * from mysql_table;+------+-----+| int_id | value |+------+-----+|      1 |     2 |+------+-----+1 row in set (0,00 sec)


马老师云原生架构师2023大师课学习笔记的评论 (共 条)

分享到微博请遵守国家法律