我想建立“基地”。
I have 2 tables, the first one has :
songname - string
genre - int
其次是:
genre - int
genrename - string
我想建立一个指挥系统,以便:
INSERT INTO Songs (songname,genre) VALUES (blablabla,*)
and instead of the * I want to take the value from the second table where genrename is equal to 3 for example.