|
Hello everyone, established a view, the code is as follows:
CREATE VIEW "(Untitled)"
("htbm",
"htmc",
"htje",
"qyr",
"lxdh",
"qyrq",
"gys",
"xmmc",
"fzbm",
"fzr") AS
SELECT "contract". "Htbm",
"contract". "htmc",
"contract". "htje",
"contract". "qyr",
"contract". "lxdh",
"contract". "qyrq",
"contract". "gys",
"project". "xmmc",
"project". "fzbm",
"project". "fzr"
FROM "contract",
"project"
WHERE ("contract". "Gsxm" = "project". "Xmbm")
After building, open this view, no data is displayed. There are data in the contract and project tables. Thank you! |
|