摘要:
if 条件: 1、if else , 2、if elif else if 条件: pass else: print(1) pass语句,什么都不做 **表示幂运算 //表示取商 %表示去余数 while循环 while else for 循环 for i in text: range v = ran 阅读全文
摘要:
在此使用oracle,oracle 中的用法为 group by [rollup|cube]( colomn),sql server中的用法为group by colomn with [rollup|cube] 首先要弄明白rollup 和cube,就要知道group by的用法,group by 阅读全文