A
aichuanheyan
Unregistered / Unconfirmed
GUEST, unregistred user!
我想从表中选择出下列数据,
如果我表中‘ 数据 = 102’
有俩个 COMBOBOX1=1 COMBOBOX2 = 02
SELECT * FROM TABLE WHERE 数据 = 102 (combobox1 + combobox2)
我想知道 select语句where 数据 怎么写才能 用combobox1 + combobox2 = 102
ParamByName('pp').AsString := combobox1.Text + combobox2;
如果我表中‘ 数据 = 102’
有俩个 COMBOBOX1=1 COMBOBOX2 = 02
SELECT * FROM TABLE WHERE 数据 = 102 (combobox1 + combobox2)
我想知道 select语句where 数据 怎么写才能 用combobox1 + combobox2 = 102
ParamByName('pp').AsString := combobox1.Text + combobox2;