标签: mysql char integer uuid
我正在使用MySql数据库,并且我有一个char列(id)存储了uuid,并且在此表中有一些数据,所有数据的id都以75开头:ba8cceb0-97ed-11e9-bc42-526af7764f64 ,当我在表select * from test_table where id = 75上命中该查询时,该查询返回所有数据:(,该查询不应返回任何数据。 有什么问题
uuid
ba8cceb0-97ed-11e9-bc42-526af7764f64
select * from test_table where id = 75