sqlite3 - Best way to represent 3 dimensional data in sqlite table? -


i wondering if there nice way represent 3 dimensional table in sqlite. i.e. how create table in sqlite 3rd dimension: e.g.: col, row, , height?

in case, number of columns fixed, rows , height grow on demand inserting.

if possible, how 1 select specific height on specific row?


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -