That gives me an error: (DB2 LUW 9.5)
Code:
DB2INST1:LCAD-->create table andy.call_Center as (select * from production.call_center) with data
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "data" was found following "on.call_center)
with". Expected tokens may include: "NO". SQLSTATE=42601
I have checked the syntax diagrams for LUW 9.5 and 9.7 and neither have this option. They only have "WITH NO DATA". I even check DB2 for Z/OS and the syntax does not show it.
Andy