SQL質疑応答スレ 9問目

このエントリーをはてなブックマークに追加
471471
【質問テンプレ】
・DBMS名とバージョン: SQLite 3
・テーブルデータ:長いため下記に記載
・欲しい結果:RSSリーダ(brief)のデータ(*.sqlite)から特定の記事データを削除したいです。
・説明:長いため下記に記載

●テーブルデータ
=======================================================================================================================
■entries
 | id | feedID | primaryHash | secondaryHash | providerID | entryURL | date | read | updated | starred | deleted | bookmarkID |
-----------------------------------------------------------------------------------------------------------------------
■entries_text
 | title | content | authors | tags |
-----------------------------------------------------------------------------------------------------------------------
■entries_text_content
 | docid | c0title | c1content | c2authors | c3tags |
-----------------------------------------------------------------------------------------------------------------------
■sqlite_sequence
 | name | seq |
=======================================================================================================================