選擇欄這是另一種表列value.what不對的查詢選擇這是另一個表列值
select
geoName
from
hgeo h
where
geoName not in (select (select column_name
from information_schema.columns
where ((column_name = h.levelName) and (table_Name = 'flatgeo')))
from flatgeo)
我認爲有一些問題
(select
(select column_name
from information_schema.columns
where ((column_name = h.levelName) and (table_Name = 'flatgeo')))
怎麼寫專欄?
更容易閱讀,比較容易回答。 –
你想做什麼? – Bridge