topcat Well-known member Sep 6, 2013 #1 Been using a couple of tables for credits. sportsbook and credits. I want to just use sportsbook and need to add the values from credits to the sportsbook table what sql query can I use to add field a to field b cheers
Been using a couple of tables for credits. sportsbook and credits. I want to just use sportsbook and need to add the values from credits to the sportsbook table what sql query can I use to add field a to field b cheers
topcat Well-known member Sep 6, 2013 #2 never mind done it UPDATE xf_user SET sportsbook_cash = sportsbook_cash + credits Last edited by a moderator: Sep 8, 2013