摘要:
as是别名的关键字,一般这样使用: select 字段 as 别名 from 表名 别名也可以这样定义:select 字段 别名 from 表名 给字段起别名的时候 as 可写可不写 (select 字段 as 别名 from 表名)相等于(select 字段 别名 from 表名) 起别名主要是为 阅读全文
摘要:
ubuntu常见错误--Could not get lock /var/lib/dpkg/lock解决 通过终端安装程序sudo apt-get install xxx时出错: E: Could not get lock /var/lib/dpkg/lock - open (11: Resource 阅读全文