Hello SQL geniuses,
Is there an easy way to insert a generic product description into the 'product_descriptions' table only if there is none?
I don't know SQL too well, but I'm sure it's something like...
IF 'products_description' = null
THEN INSERT INTO 'products_description'
or something? hahah
Any help would be greatly appreciated...



Reply With Quote
