?? like.query
字號:
select * from CIM_ComputerSystem where 'abcdefg' LIKE '*defg'select * from CIM_ComputerSystem where 'abcdefg' LIKE 'abcd*'select * from CIM_ComputerSystem where 'abcdefg' LIKE ''select * from CIM_ComputerSystem where '' LIKE 'abcd'select * from CIM_ComputerSystem where 'abcdefg' LIKE 'abcd*'select * from CIM_ComputerSystem where 'abcdefg' LIKE 'abcdefg'select * from CIM_ComputerSystem where 'abcd' LIKE 'abcdefg'select * from CIM_ComputerSystem where 'abcdefg' LIKE 'abcd'select * from CIM_ComputerSystem where 'ab?' LIKE 'ab.'select * from CIM_ComputerSystem where 'aa!b' LIKE '.a.b'select * from CIM_ComputerSystem where '.ab' LIKE '\\.ab'select * from CIM_ComputerSystem where 'abcdefg' LIKE '.*'select * from CIM_ComputerSystem where '......' LIKE '\\.*'select * from CIM_ComputerSystem where 'abcddddd' LIKE 'abcd*'select * from CIM_ComputerSystem where 'abbbbcd' LIKE 'ab*cd'select * from CIM_ComputerSystem where 'ab123!cd' LIKE 'ab.*cd'select * from CIM_ComputerSystem where '*ab' LIKE '\\*ab'select * from CIM_ComputerSystem where '*****' LIKE '.\\*'select * from CIM_ComputerSystem where '人気サイト' LIKE '人気サイト'select * from CIM_ComputerSystem where '人気サイトトトト' LIKE '人気サイト*'select * from CIM_ComputerSystem where '人気サイト' LIKE '.*'select * from CIM_ComputerSystem where '人気サイ気ト' LIKE '人気サイ.ト'select * from CIM_ComputerSystem where '人気サイト' LIKE '.*イト'
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -