代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/400494/2352164
h a.out.h
#ifndef __A_OUT_GNU_H__
#define __A_OUT_GNU_H__
#ifdef __cplusplus
extern "C" {
#endif
#define __GNU_EXEC_MACROS__
#ifndef __STRUCT_EXEC_OVERRIDE__
struct exec
{
unsigned long a_info; /* Use ma
www.eeworm.com/read/400383/2352728
out 1.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> -> -> -> -> -> -> ->
Query buffer
------------
create table staff (
first_name char(10),
last_name
www.eeworm.com/read/400383/2352734
out 5.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
select _rowid, staff_id, first_name, last_name from staff
[continue]
->
Query OK. 6 row(s)
www.eeworm.com/read/400383/2352735
out 4.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
select * from staff
[continue]
->
Query OK. 6 row(s) modified or retrieved.
+------------
www.eeworm.com/read/400383/2352738
out 7.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
select staff.first_name, staff.last_name, users.uname from staff, users
where staff.staff_id = users.st
www.eeworm.com/read/400383/2352739
out 9.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
select first_name, length(first_name) 'Name Length' from staff
[continue]
->
Query OK. 6 row(s) m
www.eeworm.com/read/400383/2352740
out 2.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
create index idx1 on staff (first_name, last_name)
[continue]
->
Query OK. 1 row(s) modifi
www.eeworm.com/read/400383/2352741
out 8.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > ->
Query buffer
------------
create table bad_money( v1 money)
[continue]
->
Query OK. 1 row(s) modified or retrieved.
mSQL
www.eeworm.com/read/400383/2352743
out 3.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> ->
Query buffer
------------
insert into staff values ('David','Hughes','ProdDev',1,1.82)
[continue]
->
Query OK. 1 row
www.eeworm.com/read/400383/2352746
out 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