MySQL Forums
Forum List  »  General

Re: mysql output converting char(9) to '\t' (5c 74)
Posted by: Peter Brawley
Date: January 22, 2021 06:41PM

In the mysql client, if you save that string to a table then retrieve it as hex, the tab char is 09. When you send it back to the OS, though, it's \t.

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql output converting char(9) to '\t' (5c 74)
January 22, 2021 06:41PM


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.