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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -