"read database"
Hi,
RM could read the database table like,
Now, due to the huge number of attributes (more than 60000), the format of a table is:
1, record-1, attribute-1, value-11
2, record-1, attribute-2, value-12
3, ....
How to read this database?
Thank you very much.
Sincerely yours,
gfyang
RM could read the database table like,
attribute-1 | attribute-2 | ... | attribute-N | |
record-1 | value-11 | value-12 | ... | value-1N |
record-2 | value-21 | value-22 | ... | value-2N |
... | ... | ... | ... | ... |
1, record-1, attribute-1, value-11
2, record-1, attribute-2, value-12
3, ....
How to read this database?
Thank you very much.
Sincerely yours,
gfyang