「ユーザーによる最近の表示」スクリプトで作業しています。私には 3 つのテーブルがあり、tbl_user, tbl_articles and tbl_recently_viewed.
私の tbl_recently_viewed には 3 つのフィールドがuser_id(from tbl_user),article_id(from tbl_articles) and date,
あり、2 つの主キーを作成しました。user_id and article_id.
私の問題は、tbl_recently_viewed に挿入される特定の user_id を 10 までに制限したいことです。これを行う方法はありますか?
ありがとう。