Hi! How do we copy a table? (identical everything (except name/sys_id, of course) in the same db/instance)How do we clone a new empty table with the same schema/definitions/etc. as an existing table but no records? Cheers, --Jorge
Thank you for that reply, Rob!(Sorry for my own late response)After discussing with my Tech Lead, my question is slightly more complex.How to copy a table (with data and without data):within the same application/db/instance?AND have the new table be ...