(Mysql)跨表查询和跨库查询

新建测试数据库:create database test_cour; 选择数据库:use 数据库名; 查看数据表:show tables; 建立数据表里面的字段(列)名:web create table 表名( //列名 字符格式 约束 //注意末尾加逗号,最后一列末尾除外 uid int(32) primary key auto_increment, //primary key 定义这个字段为
相关文章
相关标签/搜索