以下は私のマスターテーブルです。
tablename columnname size order
employee name 25 1
employee sex 25 2
employee contactNumber 50 3
employee salary 25 4
address street 25 5
address country 25 6
そして、以下は私の子テーブルです:
childid userid masterid isactive size order
1 1 1 Y 25 1
2 1 2 Y 25 2
3 1 3 N 0 0
4 1 4 Y 50 3
マスターテーブルとサイズからテーブル名columnnameを取得したいのですが、子テーブルにあるときisactive is Y
にuseridに対して子テーブルを注文します。
特定のユーザーの値がない場合は、テーブル名、列名、サイズ、順序where isactive is
Yなどのすべての値を取得する必要があります。
これを聞いて本当に申し訳ありませんが、SQLは得意ではありません。
よろしく。