Hi guys,
If I want to compare a field with data type int64, is empty or not, what should I use ?
For example there is one table : CustLedgerAccounts. this contain field SummaryLedgerDimension which is int64. I need to create a while select statement that involve this field to be empty.
Something like this, but this is error :
while select forupdate custLedegerAccounts where custLedegerAccounts.SummaryLedgerDimension == ""
&& custLedegerAccounts .AccountCode == TableGroupAll::Table
Thank,