how to get only updated, deleted , inserted records after
certain interval time in mysql with out using triggers...
No Answer is Posted For this Question
Be the First to Post Answer
What is text?
What is difference between inner vs self vs cross?
What is select query in mysql?
How to print message in mysql trigger?
What is bigint in mysql?
What language is used in mysql?
How to Change a users password from unix shell.
What is the storage engine used for MySQL?
How do I rename a procedure?
How many threads can mysql handle?
Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END
What is mysql ndb?