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"
最新試題
TreeView控件節(jié)點(diǎn)的Text不表示該節(jié)點(diǎn)顯示的文本。
需要GridView控件具有分頁(yè)功能,且每頁(yè)顯示22條記錄,需修改()。
我們要驗(yàn)證新建用戶兩次輸入的密碼是否一致,不合適的驗(yàn)證控件是()。
下面不是FormView控件的DefaultMode屬性值是()。
具有編輯、刪除功能的數(shù)據(jù)顯示控件是()。
數(shù)據(jù)緩存是將數(shù)據(jù)暫存于內(nèi)存緩存區(qū)中的一種技術(shù)。
當(dāng)FormView控件默認(rèn)的格式不能滿足要求時(shí),可以對(duì)ItemTemplate模板進(jìn)行布局。
點(diǎn)擊TreeView控件任務(wù)小窗口的“編輯節(jié)點(diǎn)”,打開(kāi)編輯節(jié)點(diǎn)窗口可以添加根節(jié)點(diǎn)。
只能顯示數(shù)據(jù)的數(shù)據(jù)顯示控件是()。
form標(biāo)記像一個(gè)容器,容納交互控件標(biāo)記,并完成提交和重置功能。