Hi,
> The error I get while trying executing is "Unknown column
> 'products.product_id' in 'on clause'. Since I am selecting all
> columns from that table (products), I can't really see why there's a
> fuss about it!
# SELECT products.*, manufactors.*,
# IF((
# SELECT i.supplier_id FROM pro
Hi Kim,
Kim Christensen wrote:
The error I get while trying executing is "Unknown column
'products.product_id' in 'on clause'. Since I am selecting all
columns from that table (products), I can't really see why there's a
fuss about it!
I'm thankful for every tip I can get, and please let me kno