Function readfromdb
Writing functions:
readfromdb(table, column)
Where table is a variable returned by the opentable function, column is a number, row is a column name or column index, where numbering starts
from 0 (from the 1st column)
This function reads data from the table, the specified column, the current read/write pointer.