代码搜索:MiniSQL
找到约 311 项符合「MiniSQL」的源代码
代码结果 311
www.eeworm.com/read/149857/7150827
cpp adduserdlg.cpp
// AddUserDlg.cpp : implementation file
//
#include "stdafx.h"
#include "miniSQL.h"
#include "AddUserDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/150551/5691324
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/150551/5691329
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/150551/5691330
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/150551/5691331
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/150550/5691476
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/150550/5691481
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/150550/5691482
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/150550/5691483
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/147885/5719246
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)