mysql> create table t(id int auto_increment not null,c1 int,c2 int,c3 int as (c1+c2),primary key(id));

Query OK, 0 rows affected (0.41 sec)

mysql> create table t(id int auto_increment not null,c1 int,c2 int,c3 int as (c1+c2),primary key(id));

Query OK, 0 rows affected (0.41 sec)

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
  • 2021-11-02
  • 2021-10-24
猜你喜欢
  • 2022-12-23
  • 2021-04-24
  • 2022-12-23
  • 2021-10-01
相关资源
相似解决方案