Hello!
I have managed to get a report of all the tables in a database but I do not understand everything. I am more used to SQL-server and needs clarification of a few things:
1) I have a field that is inte (integer) and has the format '>>>9', what does this mean?
2) Some fields are of datatype inte[9]. Does that mean that it is in fact an array of nine integer values? I am not used to that in SQL-server.
3) My character fields have lots of different formats. I do not understand all of them. For example these to formats 'M9999-999999' and 'x9999-999999' becomes characters of different length when you convert them to SQL-server.
I have tried to find published information about this i.e. PDF-files but have not found any. If anyone knows where I can find them so would I be very thankful.
Regards
Magnus
I have managed to get a report of all the tables in a database but I do not understand everything. I am more used to SQL-server and needs clarification of a few things:
1) I have a field that is inte (integer) and has the format '>>>9', what does this mean?
2) Some fields are of datatype inte[9]. Does that mean that it is in fact an array of nine integer values? I am not used to that in SQL-server.
3) My character fields have lots of different formats. I do not understand all of them. For example these to formats 'M9999-999999' and 'x9999-999999' becomes characters of different length when you convert them to SQL-server.
I have tried to find published information about this i.e. PDF-files but have not found any. If anyone knows where I can find them so would I be very thankful.
Regards
Magnus