在sqlite中有没有解决缺少"char()"和"ascii()"函数的问题?
例如:
char(97) => 'a' ascii('a') => 97
sql sqlite
sql ×1
sqlite ×1