My syntax is working fine
select tranid,status from transaction
where type='SalesOrd'
and trunc(transaction.createddate) = trunc(SYSDATE)
and status = "B"
until I've added status = "B".
What is the trick to use Status ?
s
Sandii
07/02/2021, 2:37 PM
Status is typically something like
"SalesOrd:B"
Sandii
07/02/2021, 2:38 PM
When reading from the results of the query, it can be like