What should be "Datatype" of byte data for Matlab database?

1 Ansicht (letzte 30 Tage)
Mahmut Yasak
Mahmut Yasak am 26 Jan. 2019
Bearbeitet: Mahmut Yasak am 26 Jan. 2019
Insert data is "00011"
  • When datatype of below 'bitValue' column is like BINARY, VARBINARY, BINARY(n), VARBINARY(n), BOOLEAN ;
sqlquery1 = ['CREATE TABLE Adress(Id INT PRIMARY KEY, productName CHAR, bitValue BINARY)'];
Stored data is only "11"
These datatypes erase all "0" byte values until it encounter "1". What must be certain datatype for bytes data? or Is this problem occurs by another reason?

Antworten (0)

Kategorien

Mehr zu Data Types finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by