Jump to content

SQL to mySQL help


l3rodey

Recommended Posts

I have been given a script, and it is a SQL script, I paid for it to be written but I asked for it to be in mySQL and now I am stuck with this junk...

Can someone please help me convert this to mySQL as I don't know anything about mySQL

update Users set Users.Point = Users.Points +3 WHERE Users.userID in (select userID from Tips inner join Games on Tips.GameID = Games.GameID and Games.Status = 2 and Games.calculated = 0)

Please someone help me :(

Link to comment
https://forums.phpfreaks.com/topic/285322-sql-to-mysql-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.