Monday, February 28, 2011

Oracle: Create New Table From a select statement:

CREATE TABLE new_table_name as (SELECT * FROM test WHERE  your_condition)

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/