Hi All,
We have a strange issue i was trying to move the table but getting the below error always.
alter table _SYS_STATISTICS.table_name move to 'hostname:3<>03' PHYSICAL
* 383: invalid identifier: _sys_ prefix not allowed: _SYS_STATISTICS:
* 257: sql syntax error: incorrect syntax near "to":
Has the syntax changed?
Tried with this as well
ALTER TABLE MOVE _SYS_STATISTICS.table_name TO 'hostname:3<>03' PHYSICAL
sql syntax error: incorrect syntax near "_SYS_STATISTICS":