描述:
清空序表成员。
语法:
T.reset()
备注:
清空序表T的成员,保留数据结构。
参数:
T
序表。
返回值:
空序表
示例:
A
1
=demo.query("select * from EMPLOYEE")
2
=A1.reset()