Hi All
What is the best/quickest way to achieve this.
I have two tables, one call product_info which holds the products information and one call product_availability which contains the latest stock figures.
I need a join query that creates a table with all the of the information combined.
The common field between them is product_sku.
It needs to be very quick, as there will eventually be 50000 unique records in each table.
Any ideas? Or gentle nudges in the right direction
Thanks
Aaron
What is the best/quickest way to achieve this.
I have two tables, one call product_info which holds the products information and one call product_availability which contains the latest stock figures.
I need a join query that creates a table with all the of the information combined.
The common field between them is product_sku.
It needs to be very quick, as there will eventually be 50000 unique records in each table.
Any ideas? Or gentle nudges in the right direction
Thanks
Aaron