📄 15998.html
字号:
<html>
<head>
<title>Re: select * from test where name like 'a?s*' 一问</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: select * from test where name like 'a?s*' 一问</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:jeremy61@tcts.seed.net.tw">bmf</a> on July 22, 1999 at 15:21:31:<p>
In Reply to: <a href="15981.html">select * from test where name like 'a?s*' 一问</a> posted by kkcheung on July 22, 1999 at 12:25:11:<p>
: 这个select * from test where name like 'a?s*' 应该没有问题.<br>: 但我想改成 select * from test where name <> 'a?s*' 便不成功,<br>: 应该怎样写才可得到 name<>'a?s*' 的条件式<p>试试下列语法:<br>select * from test where name not in (select name from test where name like 'a?s*')
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 15998-->
</ul><!--end: 15998-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -