How to convert character strings to dates?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More MySQL Interview Questions

How to load data files into tables with 'mysqlimport'?

0 Answers  


Write a command to view mysql database table structure?

0 Answers  


What is blob and text in mysql?

0 Answers  


What is the difference between a heap table and temporary table?

0 Answers  


How do I start mysql from command line?

0 Answers  


Is mysql a scripting language?

0 Answers  


Create table employee (eno int(2),ename varchar(10)) ?

0 Answers  


What is the difference between mysql_fetch_assoc and mysql_fetch_array?

0 Answers  


What is mysql protocol?

0 Answers  


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

0 Answers  


Explain the difference between delete and truncate.

0 Answers  


What is the use of indexing table?

2 Answers  


Categories