テーブル ユーザー:
user_id user_username user_password
-----------------------------------------
1 tomasr NULL
表のユーザー項目:
f_user_id f_moduleItem_id userItem_value
--------------------------------------------------
1 1 John
1 2 Wayne
テーブル モジュール:
module_id module_systemTitle module_title
------------------------------------------------
1 users Users
テーブル モジュール項目:
moduleItem_id f_module_id moduleItem_title moduleItem_order
----------------------------------------------------------------------------
1 1 Firstname 1
2 1 Lastname 2
こんにちは、useritems テーブルから 1 人のユーザーが 1 行のようにデータを含むユーザーのリストを取得する方法です。つまり、平均行数はユーザー数と同じです。
欲望の結果は次のとおりです。
user_id user_username firstname lastname
------------------------------------------------------------------------------
1 tomasr John Wayne