MySQL Forums
Forum List  »  Microsoft Access

Re: return solid block charctor in mysql query
Posted by: Peter Brawley
Date: May 16, 2022 08:46PM

In utf-8 the block char is 0xE2 0x96 0x88, so in MySQL ...

set names utf8mb4;
select repeat( UNHEX('e29688'), 30 );

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: return solid block charctor in mysql query
136
May 16, 2022 08:46PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.