MySQL
無primary key,取倒數資料
參考資料:(http://www.blueshop.com.tw/board/FUM20041006152735ZFS/BRD20071102082626MDZ/2.html)
有primary
Data type
bit 的資料 應該打成 b'101001'
BLOB vs CLOB
BLOB -- BLOB CLOB -- TEXT
取得當前 MySQL 版本號
SELECT version()
SELECT @@version
Last updated