MySQL Forums
Forum List  »  InnoDB

Re: empty or incomplete columns with "*" or grek (Greek) column selected.
Posted by: Robert Diebel
Date: April 18, 2014 06:20AM

(Noticed failure on Ubuntu)

select HEX(grek), LENGTH(grek), CHAR_LENGTH(grek)
from honour where bref='Mt 1:1' and quot='Jesus Christ';

xampp&phpMyAdmin:
HEX(grek)
LENGTH(grek)
CHAR_LENGTH(grek)
E1BCB8CEB7CF83CEBFE1BFA620CEA7CF81CEB9CF83CF84CEBF...
28
13

Ubuntu Guest in VMware Workstation 9, On Windows 8.1 Host
+------------------------------------------------------------+--------------+-------------------+
| HEX(grek) | LENGTH(grek) | CHAR_LENGTH(grek) |
+------------------------------------------------------------+--------------+-------------------+
| E1BCB8CEB7CF83CEBFE1BFA620CEA7CF81CEB9CF83CF84CEBFE1BFA60D | 29 | 14 |
+------------------------------------------------------------+--------------+-------------------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: empty or incomplete columns with "*" or grek (Greek) column selected.
916
April 18, 2014 06:20AM


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.