SSC-EWI-PG0016
Bit String Type converted to Varchar Type
Severity
Description
Code Example
Input Code:
CREATE TABLE table1 (
col1 bit(10)
);Output Code:
Recommendations
Last updated
