Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Varchar to Binary and vice-versa
DECLARE @TestString VARCHAR(100) = 'Test' ; SELECT @TestString AS [Raw], CONVERT(VARBINARY(100), @TestString) AS BinaryFromString, CONVERT(VARCHAR(100), CONVERT(VARBINARY(100), @TestString)) AS StringFromBinary ;
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
My notes
new
№3
28-02
Transitive grouping with recursive sql
dynamic pivot
SQl_QUEST_2_PRESENTATION_IMG_COUNT
mysql4
Department revenue pivot
a
Please log in to post a comment.