You need to manipulate varbinary columns in sybase. How would you do that?



You need to manipulate varbinary columns in sybase. How would you do that?..

Answer / Rakhi Kumari

To manipulate varbinary columns in Sybase, you can use various string functions such as SUBSTRING, LENGTH, and CONCAT. For example, to extract a substring from a varbinary column named MyVarBinaryColumn starting at position 10 and ending at position 20:

SELECT SUBSTRING(MyVarBinaryColumn, 10, 11) FROM MyTable;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Sybase Interview Questions

What is the role of replication server in sybase?

1 Answers  


List the merits of index covering.

1 Answers  


Explain open server?

1 Answers  


Explain data cache?

1 Answers  


How does partition assignment relate to transactions in sybase?

1 Answers  


Explain procedure cache?

1 Answers  


What is the stored procedure to view current lock and processes respectively?

1 Answers  


What do you mean by adaptive server enterprise?

1 Answers  


Explain autosys. Why do you need it.

1 Answers  


What is the difference in storage type of numeric and decimal data types in sybase ?

1 Answers  


Explain the advantages of sybase iq.

1 Answers  


How configure sybase odbc connection?

1 Answers  


Categories