in Sql by
What is RAW datatype?

1 Answer

0 votes
by
RAW datatype is used to store values in binary data format. The maximum size for a raw in a table in 32767 bytes.
...