怎样在表中取指定记录(用sql语句)
数据库为pb自带的asa6.0,我想从表中用sql语句取第10-20行的记录显示,sql语句该怎样写?请高手赐教!谢谢! <P><FONT face="arial, helvetica, geneva"><B><TT>请帮忙看看 pb8.0</TT></B></FONT></P><P><FONT face="arial, helvetica, geneva"><B><TT></TT></B></FONT> </P>
<P><FONT face="arial, helvetica, geneva"><B><TT>Global External Function:</TT></B> <BR><TT>SUBROUTINE <B #a0ffff; COLOR: black">Mouse_Event</B>(ulong dwflag,ulong dx,ulong dy,ulong cbutton,ulong dwextra) LIBRARY "User32.dll"</TT> </FONT></P>
<P><FONT face="arial, helvetica, geneva"><B><TT>Structure:(Mousepos)</TT></B> <BR><TT>long xpos, long ypos</TT> </FONT>
<P><FONT face="arial, helvetica, geneva"><B><TT>Script:</TT></B> <BR><TT>int l_loop, lx, ly, lflag</TT> <BR><TT>mousepos mouseloc</TT> <BR><TT>lx = mouseloc.xpos</TT> <BR><TT>ly = mouseloc.ypos</TT> <BR><TT>lflag = 1//1 = do nothing, 7 = L-button clicked, 25 = R-button clicked</TT> <BR><TT><B #a0ffff; COLOR: black">mouse_event</B>(lflag,-80,-50,0,0)</TT> <BR></FONT></P>
<P><FONT face="arial, helvetica, geneva">运行出错</FONT><FONT face="arial, helvetica, geneva"></FONT></P>
<P><FONT face="arial, helvetica, geneva">badruntimefunction reference at line.........</P></FONT>
<P><FONT face="arial, helvetica, geneva"></FONT> </P>
<P><FONT face="arial, helvetica, geneva"> </P></FONT>
页:
[1]