masking icon indicating copy to clipboard operation
masking copied to clipboard

GEOMETRY type

Open kibitan opened this issue 5 years ago • 0 comments

mysql has a type of GEOMETRY and it looks like..

INSERT INTO `address` VALUES (1,'47 MySakila Drive',NULL,'Alberta',300,'','',/*!50705 0x0000000001010000003E0A325D63345CC0761FDB8D99D94840,*/'2014-09-25 22:30:27'),
...

refs MySQL :: Sakila Sample Database :: 4 Installation on adress.location

NOTE: in mysql 5.7, it looks like binary type

INSERT INTO `address` (`address_id`, `address`, `address2`, `district`, `city_id`, `postal_code`, `phone`, `location`, `last_update`) VALUES (1,'47 MySakila Drive',NULL,'Alberta',300,'','',_binary '\0\0\0\0^A^A\0\0\0>\n2]c4\\<C0>v^_ۍ
<99>\<D9>H@','2014-09-25 20:30:27'),

kibitan avatar Sep 28 '19 17:09 kibitan