summaryrefslogtreecommitdiff
path: root/mysql-test/main/anel_int.result
blob: b452bbc4625a865069305bbdc1f0df80dbbd789a (plain)
1
2
3
4
5
6
7
8
9
10
11
drop table if exists mysql_json;
Warnings:
Note	1051	Unknown table 'test.mysql_json'
#
# Mix of INT32 and UINT64
#
select * from test.mysql_json;
t
{"neg":-1234567890,"pos":9876543210}
Finshed
drop table mysql_json;