How many ways we can we find the current date using MySQL?
Answer Posted / rohit
SELECT CURRENT_DATE();
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How do I show users in mysql?
Does mysql support sequence?
How to escape special characters in sql statements?
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
How do you use auto increment?
Is mysql a database?
What are the advantages of MySQL when compared with Oracle?
What are date and time intervals?
Is mysql free for enterprise?
Which statement is used in a select query for partial matching?
Why MySQL is used?
How to use regular expression in pattern match conditions?
How do I find my mysql username and password?
What is the use of i-am-a-dummy flag in mysql?
How to enable or disable a row of a table using MySQL in struts?