0 votes
in Sql by
How to enter Characters as HEX Numbers in MySQL?

1 Answer

0 votes
by
If you want to enter characters as HEX numbers, you can enter HEX numbers with single quotes and a prefix of (X), or just prefix HEX numbers with (Ox).

A HEX number string will be automatically converted into a character string, if the expression context is a string.

Related questions

0 votes
asked Jan 14 in Sql by AdilsonLima
0 votes
asked Jan 13 in Sql by DavidAnderson
...