macrobyname('macro2').value := 'test=1';Unknown column test in where clouseshowmessage(sql.textselect‘o1 from table1 where’O2“,但我希望是"select field1 as test,field2 from table1 where test=1”
如何在替换宏后获取sql.text
我想创建‘会议’表,并将EndDate设置为StartDate + ConferenceDays。有没有办法做到这一点? ConferenceID int not null primary key, ConferenceDays int not null, EndDate date not null,