输入banner图图片脚本导航/分类

SQLite

SELECT hex(name || age) AS X FROM Ages ORDER BY X

name || age: concentrate name and age

hex():16进制

SQLite

标签: