目录一、引言二、mysql 别名的类型2.1 列别名2.2 表别名三、起别名的规则3.1 命名规范3.2 作用范围3.3 大小写敏感性3.4 别名与原名称的关系四、别名在不同查询场景中的应用4.1 简单查询中的别名应用4.2 多表连接中的
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H