9118.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: SQL又要如何下??</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: SQL又要如何下??</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by jutso on January 12, 1999 at 17:38:08:<p>
In Reply to: <a href="9104.html">SQL又要如何下??</a> posted by Someone on January 12, 1999 at 13:14:28:<p>
: : 建议你用 sql 先建个表,再交给 crystal 印,不要用 crystal 的 formula !<br>: RE:<br>: 我有试过但选不出我所要的,可能功力不够,那用SQL又要如何下才能选出我要的资料呢?范例或关键的SQL指令...期待!!!<p>SELECT invoice.*<br>FROM invoice<br>WHERE invoice.date in( SELECT Last(invoice.date) <br>FROM invoice<br>GROUP BY invoice.invoceno;<br>);<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9118-->
</ul><!--end: 9118-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?