A.having子句必須與group by子句同時(shí)使用B.使用having子句的同時(shí)不能使用where子句C.使用having子句的同時(shí)可以使用where子句D.使用having子句的作用是限定分組的條件
A.LEFT("YourTest",ASC("F")-ASC("A"))B.RIGHT("YourTest",AT("Test","YourTest"))C.substr("YourTest",AT("Test","YourTest"),4)D.substr("Your"+UPPER("test"),5,4)
A.thisform.text2.value=this.valueB.this.value=thisform.text1.valueC.thisform.text2.value=thisform.text1.valueD.thisform.text2.value=this.parent.text1.value