as I am creating a new database and importing the schema structure from Postgresql to SnappyData I am dealing with the problem about what to use to replace each data type. First what to use to have compatible data with timestamp, real, double, long (coordinates), and string? I searched in the help and documentation but did not find a good explanation about it...
Asked
Active
Viewed 61 times
1 Answers
1
Seems like all data types you mention are covered here - https://snappydatainc.github.io/snappydata/reference/sql_reference/create-table/

jagsr
- 535
- 2
- 6
-
yes thanks... I did explain it wrongly... will come back with a better explanation... – Mauricio Chica Patiño Jun 29 '17 at 20:24