Posts by Joao Carlos • 11 points
2 posts
-
1
votes1
answer34
viewsQ: SQL Insert when Inserted but Skip Duplicate
USE [RF_World] GO SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON GO CREATE TRIGGER dbo.UserStatusUpdater ON dbo.tbl_base AFTER INSERT AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from…
-
0
votes2
answers139
viewsQ: Problem Code UPDATE MYSQL PHP
Someone could confirm me if the code below is correct, I’m not good in php or mysql, I just do arrangements and I’m not getting the expected result, the connection with db is correct, no…