CONNECT Table Types - VIR
The CONNECT storage engine has been deprecated.
VIR Type
CREATE TABLE name [coldef] ENGINE=CONNECT TABLE_TYPE=VIR
[BLOCK_SIZE=n];Displaying constants or expressions
CREATE TABLE virt ENGINE=CONNECT table_type=VIR block_size=10;
SELECT concat('The square root of ', n, ' is') what,
round(sqrt(n),16) value FROM virt;what
value
n
sig1
sig2
Generating a Table filled with constant values
VIR tables vs. SEQUENCE tables
Last updated
Was this helpful?

