SQLite 力
ALTER TABLE xxx DROP xxx; したい
→ できないから http://www.sqlite.org/faq.html#q11 でがんばる。
末尾に改行がつく行だけをとりだしたい。
select * from foo where t like "%" || x'0a';
以上。
thanks to id:charsbar, id:kazuhooku
Published: 2011-10-06(Thu) 04:45
ALTER TABLE xxx DROP xxx; したい
→ できないから http://www.sqlite.org/faq.html#q11 でがんばる。
末尾に改行がつく行だけをとりだしたい。
select * from foo where t like "%" || x'0a';
以上。
thanks to id:charsbar, id:kazuhooku
Published: 2011-10-06(Thu) 04:45