Problem
User creates a table with a column defines as type BINARY data type, but describe formatted displays the column as type STRING
Answer
BINARY and STRING are aliases so they are stored the same way.
Problem
User creates a table with a column defines as type BINARY data type, but describe formatted displays the column as type STRING
Answer
BINARY and STRING are aliases so they are stored the same way.
Comments
0 comments
Please sign in to leave a comment.