Posts by Jor • 11 points
2 posts
-
0
votes1
answer39
viewsQ: Refresh a column every 2 hours
I have a column with values more accurate that every 2 hours it increases +1. for the player to buy as soon as possible. CREATE TABLE [dbo].[Produtos_Offer]( [x_Item] [int] NOT NULL, [Preço] [int]…
sql-serverasked Jor 11 -
0
votes2
answers82
viewsQ: Jquery - How to get text inside <p> and change
I want to change the text inside the <p> but without Jquery query class or ID only the text. I tried to do something with this but it consults the class on <p>…