My query is
Select from Product, products_description order by Product.ID
but getting error
Type: Posts; User: willssmith; Keyword(s):
My query is
Select from Product, products_description order by Product.ID
but getting error
Hi all.
I have two tables: products and products_description. They have different number of columns. I want to select information from both tables with a single query. When I try the query below,...