Answer Posted / amith
Those are the special tables, data for which is saved into
comma-separated values files. They cannot be indexed.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a definer?
How to rename an existing column in a table?
What is delimiter in mysql stored procedure?
What is the difference between float and double?
Which is best pdo or mysqli?
How to dump a table to a file with 'mysqldump'?
What do we use to remove duplicate records while fetching a data in mysql ?
How can you take the backup and restore a mysql database using php?
How do I download mysql?
What is 'mysqld'?
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 to create a trigger in mysql?
What is query log in mysql?
What is session variable in mysql?
Can we store files in mysql?