代码搜索结果
找到约 10,000 项符合
6 的代码
6.cm
0 0 0 0 0 0 0 0 0
0 0 10 1 5 0 0 2 11
0 0 0 4 6 0 0 0 0
0 0 0 9 14 0 0 0 0
0 0 0 0 0 0 6 0 0
0 0 0 0 0 0 13 0 0
0 0 3 0 0 0 0 0 0
6.inc
6|16|6|16|1|5|1|5|6|16|30|http://www.0-12.com/bbs/dispbbs.asp?boardid=7&id=9437|黄灵|||||
gmt+6
# created by ../tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT+6) {
{-9223372036854775808 -21600 0 GMT+6}
}
gmt-6
# created by ../tools/tclZIC.tcl - do not edit
set TZData(:Etc/GMT-6) {
{-9223372036854775808 21600 0 GMT-6}
}
cst6
# created by ../tools/tclZIC.tcl - do not edit
if {![info exists TZData(America/Regina)]} {
LoadTimeZoneFile America/Regina
}
set TZData(:SystemV/CST6) $TZData(:America/Regina)
6.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
select * from staff order by last_name, first_name
[continue]
->
Query OK. 6 row(s) modified or re
6.test
# OK : simple ordering
select * from staff order by last_name, first_name\p\g
select * from staff order by last_name desc\p\g
select * from staff order by last_name desc, first_name\p\g
select * fro