摘要:
Python标识符在python里,标识符有字母、数字、下划线组成。 在python中,所有标识符可以包括英文、数字以及下划线(_),但不能以数字开头。 python中的标识符是区分大小写的。 以下划线开头的标识符是有特殊意义的。以单下划线开头(_foo)的代表不能直接访问的类属性,需通过类提供的接 阅读全文
随笔档案-2016年02月
plsql cursor 函数
2016-02-16 11:33 by TRACEING, 768 阅读, 收藏,
摘要:
cursor 函数可以使表中嵌套另外一个表。 select pha.po_header_id, pha.segment1, cursor(select pla.line_num, pla.unit_price from po_lines_all pla where pha.po_header_id= 阅读全文
浙公网安备 33010602011771号