Change the Data type Dynamically
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
vamsey
8 - Asteroid
‎03-08-2022
06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi I had table
Loan | Cust | ind |
121313 | 12121 | y |
232323 | 21213 | y |
676767 | 8787878 | y |
I had columns and data type(metadata) :
Loan | Double |
Cust | Double |
ind | V_string |
I want to change the columns names using metadata table dynamically.
Labels:
1 REPLY 1
binuacs
21 - Polaris
‎03-08-2022
11:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
