Hi,

What is the querry to achieve this?

I need to get the following fields from Sales table:

Item1, Item2, Item3

And the following fields from Cash table:

Item4, Item5, Item6

So, How can I write an SQL Querry for the above?

Regards.