Forum Discussion
theblueslover
3 years agoFrequent Visitor
extract data types of columns
guys is there any way to extract the data type of the columns in tables?
- 3 years ago
Hi theblueslover ,
yes, the function Table.Schema returns types from tables.
ImkeF
3 years agoCommunity Champion
Hi theblueslover ,
yes, the function Table.Schema returns types from tables.
theblueslover
3 years agoFrequent Visitor
thank you ImkeF that's what I was looking for.