INSERT INTO table VALUES ('my bitstring')
INSERT INTO table VALUES (my bitstring)
INSERT INTO table VALUES (X'my bitstring')and various combinations with CAST. No of these work, so does anyone have an example of how to actually do this?
/Sam
INSERT INTO table VALUES ('my bitstring')
INSERT INTO table VALUES (my bitstring)
INSERT INTO table VALUES (X'my bitstring')and various combinations with CAST. No of these work, so does anyone have an example of how to actually do this?
/Sam