Hi,
I have a list of data stored in a multidimensiona l table (5 rows, 12 lolumns).
I need to find the min value of each row, so i want to store the contents of each row to a "simple" table (so i will have to create 5 tables) and then i will find the min value of each table.
How can i copy the rows to a "simple" table (i use c as a programming language, in fact i am a beginner in it)?
Thanks
I have a list of data stored in a multidimensiona l table (5 rows, 12 lolumns).
I need to find the min value of each row, so i want to store the contents of each row to a "simple" table (so i will have to create 5 tables) and then i will find the min value of each table.
How can i copy the rows to a "simple" table (i use c as a programming language, in fact i am a beginner in it)?
Thanks