The CreatorCon Call for Content is officially open! Get started here.

Combining Tables

sapnasarkar
Tera Contributor

I have two table i have common keys As Cloud in both the table but they are not primary key. How can i combine them. Is there any other way to combine to combine them.

 

17 REPLIES 17

Already created database view but i don't have primary key so how to join the table

@sapnasarkar 

you should have common columns to combine the tables and write a small SQL.

I have common columns but the data in that is not unique

If you are combing 2 tables there must be some key or logic to relate data or combine data.

sapnasarkar
Tera Contributor

For creating report i want to combine the tables.