无论我在EtherDelta.com上设定了什么汽油价格,当我尝试存款时,我都会得到这个错误。
You tried to send an Ethereum transaction but there was an error. Make sure you have enough ETH in your "Wallet" column to pay for the gas fee. If you already have a pending transaction (enter your address on Etherscan to find out), please wait
我正在尝试根据“项目分类帐条目”表中“来源No_”字段中的最新条目来更新表“项目”的“供应商分类帐”字段。
因此"Source No_“的最新记录需要是"Entry Type=0","Posting Date”和year >= 2018
UPDATE i
SET i.[Vendor No_] = (
SELECT TOP 1 [Source No_]
FROM [MR$Item Ledger Entry] ile
WHERE i.[No_]=ile.[Item No_] and ile.[Sourc