14,974
edits
(Created page with "[https://en.wikipedia.org/wiki/Byte_order_mark Byte order mark] (BOM, [https://zh.wikipedia.org/wiki/%E4%BD%8D%E5%85%83%E7%B5%84%E9%A0%86%E5%BA%8F%E8%A8%98%E8%99%9F 位元組...") |
m (→MySQL way) |
||
| Line 5: | Line 5: | ||
Using [https://www.w3resource.com/mysql/string-functions/mysql-hex-function.php MySQL HEX() function] "returns a string representation of a hexadecimal value of a decimal or string value specified as an argument." | Using [https://www.w3resource.com/mysql/string-functions/mysql-hex-function.php MySQL HEX() function] "returns a string representation of a hexadecimal value of a decimal or string value specified as an argument." | ||
[https://drive.google.com/file/d/1TSjaK0q7f-ypxP-S_5SX18TlNvUW4yRJ/view?usp=sharing Sql file] | |||
[http://sqlfiddle.com/#!9/5b46b0/1/0 Run sql on sqlfiddle.com] or Download the [https://drive.google.com/file/d/1TSjaK0q7f-ypxP-S_5SX18TlNvUW4yRJ/view?usp=sharing Sql file] directly. | |||
<pre> | <pre> | ||
CREATE TABLE `articles` ( | CREATE TABLE `articles` ( | ||