update t set command="select PIN_ID, PIN_STATUS from inventory where trunc(EXPIRY_DATE) <= trunc(sysdate) and pin_status in ('Delivered','GenHold')" where id='8';
im getting this error Error at Command Line : 2 Column : 32 Error report - SQL Error: ORA-00972: identifier is too long 00972. 00000 - "identifier is too long" *Cause: An identifier with more than 128 bytes was specified, or a password identifier longer than 30 bytes was specified. *Action: Specify at most 128 bytes for identifiers, and at most 30 bytes for password identifiers.
how do i update this field?