【发布时间】:2020-06-30 06:44:01
【问题描述】:
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';
我收到此错误 命令行错误:2 列:32 错误报告 - SQL 错误:ORA-00972:标识符太长 00972. 00000 - “标识符太长” *原因:指定了超过 128 个字节的标识符, 或指定了超过 30 个字节的密码标识符。 *行动:为标识符指定最多 128 个字节, 密码标识符最多 30 个字节。
如何更新这个字段?
【问题讨论】:
-
请注意,表格有列,而不是字段。