Hello,

I'm trying to update two tables with one statement but, i'm not getting
something right. can someone here help me , or guide me to the right place
to get help?

Thanks

"UPDATE funrecipes, ingredients SET funrecipes.recipetitle,
funrecipes.copyright, funrecipes.directions, ingredients.ingredient_name 
WHERE ingredients.pk = funrecipes.pk"

this is returning a database error, any ideas?
-- 
View this message in context: 
http://www.nabble.com/Updating-two-tables-rows-in-one-sql-statement-tp23574927p23574927.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to