skip to main |
skip to sidebar
Python tricks
Small notes to myself:
chr(
) command is used to convert int to character. CHAR is the syntax used in MSSQL, when analyzing the query you can add an additional mapping of the command with:
>>> CHAR=chr
Now you can perform the following command:
>>>CHAR()
No comments:
Post a Comment