xy123321 发表于 2018-9-26 12:57:36

mysql的左连接应用

  mysql> desc branch;
  +-------+-------------+------+-----+---------+-------+
  | Field | Type      | Null | Key | Default | Extra |
  +-------+-------------+------+-----+---------+-------+
  | bid   | int(4)      | NO   | PRI |         |       |
  | cid   | int(3)      | NO   |   |         |       |
  | bdesc | text      | NO   |   |         |       |
  | bloc| varchar(25) | YES|   | NULL    |       |
  +-------+-------------+------+-----+---------+-------+

页: [1]
查看完整版本: mysql的左连接应用