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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -