0
我有兩個表: 表1:ID1,字段1,字段2,字段3 表2:ID2,字段1,字段3SQL動態排斥,凝結成一個查詢(SQLite的)
我需要的是:
"select id2 from table2 where field1 = x and field3 = y;"
,如果返回空,則執行並處理結果:
"select field2 from table1 where field1 = x and field3 = y;"
有沒有在SQLite的單個查詢執行這個辦法?
它不工作,我需要,但我得到的圖片。謝謝。 –
不客氣。 :) – 2011-08-23 07:36:48