A.Select * From tbAddress Where strName="趙"And intAge=22
B.Select * From tbAddress Where strName like"趙%"And intAge="22"
C.Select * From tbAddress Where strName like"趙%"And intAge=22
D.Select * From tbAddress Where strName like"%趙%"And intAge=22
您可能感興趣的試卷
你可能感興趣的試題
A.Select * From tbAddress Where strName=萌萌 And dtmSubmit<#2008-8-8#
B.Select * From tbAddress Where strName="萌萌"And dtmSubmit<2008-8-8
C.Select * From tbAddress Where strName="萌萌"And dtmSubmit<#2008-8-8#
D.Select * From tbAddress Where strName="萌萌"Or dtmSubmit<#2008-8-8#
A."/"
B."\"
C."."
D."C:\Inetpub\wwwroot"
A.bc
B.b+c
C."b+c"
D."b ;c"
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
ADO.NET在斷開與數(shù)據(jù)源連接時(shí)不能工作。
用戶請(qǐng)求內(nèi)容頁(yè)URL時(shí),實(shí)際得到的響應(yīng),是內(nèi)容頁(yè)和母版頁(yè)合并的結(jié)果頁(yè)。
只能顯示數(shù)據(jù)的數(shù)據(jù)顯示控件是()。
專用于存取XML格式的站點(diǎn)地圖文件的數(shù)據(jù)源控件是()。
設(shè)置TextMode屬性,可使得TextBox具有多種使用形式。
可以修改GridView控件標(biāo)題行字段所顯示的文字。
在與母版頁(yè)合并后,內(nèi)容頁(yè)中控件的ID不會(huì)變化。
數(shù)據(jù)庫(kù)操作一般用服務(wù)器端程序完成。
關(guān)于頁(yè)面驗(yàn)證,說法不正確的是()。
FormView控件只能更改ItemTemplate模板布局。