Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1957

empty or incomplete columns with "*" or grek (Greek) column selected. (no replies)

$
0
0
Looks like greek chars. cause problems if grek column is selected with '*' or comma seperated list. Some data get left out.


mysql> select bref,srce,etyp,tget,abot,quot from honour where bref='Mt 1:1' and quot='Jesus Christ';
+--------+----------------------+------+--------+-------------------+--------------+
| bref | srce | etyp | tget | abot | quot |
+--------+----------------------+------+--------+-------------------+--------------+
| Mt 1:1 | Narrator/Holy Spirit | Said | Reader | Lord Jesus Christ | Jesus Christ |
+--------+----------------------+------+--------+-------------------+--------------+
1 row in set (0.00 sec)

mysql> select * from honour where bref='Mt 1:1' and quot='Jesus Christ';
+--------+----------------------+------+--------+-------------------+--------------+-------------------------------+
| bref | srce | etyp | tget | abot | quot | grek |
+--------+----------------------+------+--------+-------------------+--------------+-------------------------------+
|or/Holy Spirit | Said | Reader | Lord Jesus Christ | Jesus Christ | Ἰησοῦ Χριστοῦ
+--------+----------------------+------+--------+-------------------+--------------+-------------------------------+
1 row in set (0.00 sec)

Viewing all articles
Browse latest Browse all 1957

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>