摘要:
frames 表示当前窗口中所有frame对象的数组 status 表示浏览器的状态行信息 defaultstatus 表示浏览器的状态行信息 history 表示当前窗口的历史记录,这可以引用在网页导航中 closed 表示当前窗口是否关闭的逻辑值 document 表示当前窗口中显示的当前文档对象 location 表示当前窗口中显示的当前URL... 阅读全文
posted @ 2008-10-25 16:26
袁雷
阅读(221)
评论(0)
推荐(0)
摘要:
SELECT * FROM ( SELECT TOP 10 * FROM Questions where q_type=1 ) aa UNION ALL SELECT * FROM ( SELECT TOP 10 * FROM Questions ORDER BY q_answer_num ) bb... 阅读全文
posted @ 2008-10-25 14:08
袁雷
阅读(266)
评论(0)
推荐(0)
摘要:
如果使用类似下面的SQL语句: select columnA, columnB from tableA where columnA = 'Condition 1' union select columnC, columnD from tableB where columnC = 'Condition 1' order by columnA asc 系统会报错: 消息 207,级别 16,状... 阅读全文
posted @ 2008-10-25 13:48
袁雷
阅读(1178)
评论(1)
推荐(0)

浙公网安备 33010602011771号