PowerExchange Adapters for Informatica
- PowerExchange Adapters for Informatica 10.5.7
- All Products
CREATE TABLE users_list( username text PRIMARY KEY, first_name text, last_name text, city text, last_login timestamp, emails set<text> );
username
| emails_value
|
---|---|
user1
| xyz@gmail.com
|
user1
| abc@hotmail.com
|
user1
| qwe@yahoo.com
|
user2
| zxc@gmail.com
|
user2
| jkl@hotmail.com
|