I am performing an insert query from Python (3.6) to SQL Server. I am trying to insert a bytes datatype into a varbinary(max) column.
varbinary(max)
Now, the query executes