[root:~]# sqlite3
SQLite version 3.6.10
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
【 在 fairystory28 (无敌大能猫~~) 的大作中提到: 】
: 弱弱地问一句...怎么能知道用的sqlite 的版本号...
sqlite> select typeof(key),key from t;
text|举例
blob|举例
integer|1
text|1
blob|1
sqlite> select typeof(key),key from t where key=X'BED9C0FD';
blob|举例
sqlite> select typeof(key),key from t where key="举例";
text|举例
sqlite> select typeof(key),key from t where hex(key)=hex("举例");
text|举例
blob|举例
sqlite>
【 在 fairystory28 (无敌大能猫~~) 的大作中提到: 】
: 谢谢终于有人理我了 T_T
: 有语法错误:SQL error: no such function: hex
: 好似不认识hex..
--
修改:mpyu FROM 221.223.72.*
FROM 221.223.72.*