summaryrefslogtreecommitdiff
path: root/mysql-test/r/alter_table.result
blob: 349f65509a8c579dae5e8b7c48156081b9dbfe2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
bandID	payoutID	new_col
6	1	NULL
3	4	NULL
1	6	NULL
2	6	NULL
4	9	NULL
5	10	NULL
7	12	NULL
8	12	NULL
bandID	payoutID	new_col
1	6	NULL
2	6	NULL
3	4	NULL
4	9	NULL
5	10	NULL
6	1	NULL
7	12	NULL
8	12	NULL
Field	Type	Null	Key	Default	Extra	Privileges
GROUP_ID	int(10) unsigned		PRI	0		select,insert,update,references
LANG_ID	smallint(5) unsigned		PRI	0		select,insert,update,references
NAME	char(80)		MUL			select,insert,update,references
n
3
9
10
12