declare @
exec ('select top 6 * from jobs where ' + @ + ' not in (select top 2 '+@ +' from jobs)')
请教个分页问题select top 6 * from jobs where job_id not in (select top 2 job_id from jobs)
来源:学生作业帮助网 编辑:整容说文库 时间:2021/01/18 21:36:52 程序代码
请教个分页问题select top 6 * from jobs where job_id not in (select top 2 job_id from jobs)程序代码
select top 6 * from jobs where job_id not in (select top 2 job_id from jobs)
有没有SQL语句能代替job_id这个字段名,如果我不知道*里有什么字段我的语句该怎么写程序代码
有没有SQL语句能代替job_id这个字段名,如果我不知道*里有什么字段我的语句该怎么写程序代码
谁愿意合作
问题!!!!!!!!!!!!!!!!!!!!!!!!!
老师好,学生再问:如何在asp中实现退出功能呀?也就是相当于vb中的exit功能?
combobox下拉值选中后光标位置问题,会者不难,不吝赐教
一个关于编码的问题问题
请教个分页问题select top 6 * from jobs where job_id not in (select top 2 job_id from jobs)
在中validation experssion怎样判断字段不为空?急急急急急急急急急急急急急
使用代理连接数据库时,如果用的是ODBC连接,是否会造成堵塞!?
我现在做的一个游戏是窗口模式。如果用D3D(8)实现600×800全屏显示。怎么做最简单?
一个子网内安装了路由器,网络还能正常吗?
求高手,如果在一个edit中只能有‘左’‘右’这两个字,怎么写呢??