What is a text delimiter?
Answer / Jyoti Sharma
A text delimiter in MySQL is a character that separates fields within a record and records within a file. Common examples include comma (,), semicolon (;), or pipe (|).
| Is This Answer Correct ? | 0 Yes | 0 No |
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 are the method you will follow while sql installing
How to return query output in xml format?
How do I make an action query?
Explain the difference between MyISAM Static and MyISAM Dynamic?
What is mysql ndb?
what programming language which is used for testing and developement in sql?
How to create a new table by selecting rows from another table in mysql?
How do you use auto increment?
What is the diff. bwt. primary key and unique key?
How to make a copy values from one column to another in mysql?
How can I change database in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)