Searched refs:TABLE (Results 1 - 25 of 271) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/scr038/data/
H A Dbigint_table.sql4 CREATE TABLE table1 (att_bigint BIGINT PRIMARY KEY)
H A Dbin_table.sql3 CREATE TABLE table1 (att_bin bin(10) PRIMARY KEY);
H A Dbit_table.sql4 CREATE TABLE table1 (att_bit BIT PRIMARY KEY)
H A Dchar_table.sql4 CREATE TABLE table1 (att_char CHAR(20) PRIMARY KEY)
H A Ddecimal_table.sql4 CREATE TABLE table1 (att_decimal DECIMAL PRIMARY KEY)
H A Ddouble_table.sql4 CREATE TABLE table1 (att_double DOUBLE PRIMARY KEY)
H A Dfloat_table.sql4 CREATE TABLE table1 (att_float FLOAT PRIMARY KEY)
H A Dint_table.sql4 CREATE TABLE table1 (att_int INT PRIMARY KEY)
H A Dinteger_table.sql4 CREATE TABLE table1 (att_integer INTEGER PRIMARY KEY)
H A Dnumeric_table.sql4 CREATE TABLE table1 (att_numeric NUMERIC PRIMARY KEY)
H A Dreal_table.sql4 CREATE TABLE table1 (att_real REAL PRIMARY KEY)
H A Dsmallint_table.sql4 CREATE TABLE table1 (att_smallint SMALLINT(2) PRIMARY KEY)
H A Dtiny_table.sql4 CREATE TABLE table1 (att_tinyint TINYINT PRIMARY KEY)
H A Dvarchar_table.sql4 CREATE TABLE table1 (att_varchar VARCHAR(20) PRIMARY KEY)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/scr038/data/
H A Dbigint_table.sql4 CREATE TABLE table1 (att_bigint BIGINT PRIMARY KEY)
H A Dbin_table.sql3 CREATE TABLE table1 (att_bin bin(10) PRIMARY KEY);
H A Dbit_table.sql4 CREATE TABLE table1 (att_bit BIT PRIMARY KEY)
H A Dchar_table.sql4 CREATE TABLE table1 (att_char CHAR(20) PRIMARY KEY)
H A Ddecimal_table.sql4 CREATE TABLE table1 (att_decimal DECIMAL PRIMARY KEY)
H A Ddouble_table.sql4 CREATE TABLE table1 (att_double DOUBLE PRIMARY KEY)
H A Dfloat_table.sql4 CREATE TABLE table1 (att_float FLOAT PRIMARY KEY)
H A Dint_table.sql4 CREATE TABLE table1 (att_int INT PRIMARY KEY)
H A Dinteger_table.sql4 CREATE TABLE table1 (att_integer INTEGER PRIMARY KEY)
H A Dnumeric_table.sql4 CREATE TABLE table1 (att_numeric NUMERIC PRIMARY KEY)
H A Dreal_table.sql4 CREATE TABLE table1 (att_real REAL PRIMARY KEY)

Completed in 185 milliseconds

1234567891011