单选题 计算结果不是字符串"Student"的语句是
A) left("Student", 7)
B) substr("MyStudent", 3, 7)
C) right("MyStudent", 7)
D) at("MyStudent", 3, 7)

【正确答案】 D
【答案解析】[解析] at()函数的功能是返回一个字符表达式或备注字段在另一个字符表达式或备注字段中首次出现的位置,其结果是数值型。所以选项D结果不是字符串。