单项选择题
A.selectright(’hello’,3)返回值为:hel B.selectltrim(rtrim(’hello’))返回值为:hello(前后都无空格) C.selectreplace(’hello’,’e’,’o’)返回值为:hollo D.selectlen(’hello’)返回值为:5
A.查询输出分组 B.设置查询条件 C.对记录排序 D.限制查询返回的数据行
A.内联接 B.自联接 C.外联接 D.左联接