需要通过Javascript从SQL developer中的表的列中提取值 表AAAA由四列A、B、C和D组成。我应该如何编写javascript,以便通过搜索B列中的特定记录值来获取C列中的记录值 select C from AAAA where B= '3';--其中3是B列中的记录如何通过javascript获取 需要通过intershop获取</
我有一个按钮,应该从当前记录中获取" Address“字段,并将其添加到TAddressCorrectionExclusions表中,该表由ID (自动编号)和Address组成。如何将当前记录的“地址”字段存储为tempaddress地址?Dim SQL As StringTempAddress = Me.Address ' This is the part that's not working