answersLogoWhite

0

Sql code for palindrome checking in sql?

Updated: 8/16/2019
User Avatar

Wiki User

15y ago

Best Answer

FieldName = REVERSE(FieldName) FieldName = REVERSE(FieldName)

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Sql code for palindrome checking in sql?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do you need sql and c plus plus to code in them in Visual Studio?

Connect to a SQL Server, query with Transact-SQL (T-SQL), and view the results with the mssql plugin for Visual Studio Code. The SQL Database projects extension for VS Code comes with the mssql extension, which supports SQL projects on Windows, macOS, and Linux. To learn more about data science please visit- Learnbay.co


What is the source code for the sql server in Linux?

There are several SQL servers available for Linux. You can get the source code for MySQL and PostgreSQL from their respective websites.


Where could someone find an SQL formatter?

One can find an SQL formatter from: SQL Format, Free Formatter, Poor SQL, T-SQL Tidy, Stack Overflow, SQL Inform, Apex SQL, SQL Parser, Red Gate software, to name a few.


What is the difference between T-sql and sql?

T-SQL is Microsoft's version of the generic SQL langauge to be used with, for example, Microsoft SQL Server.


Forms of sub queries in ms sql?

Sql Forms Sql Forms


What Is ANSI SQL?

ANSI SQL is the American National Standards Institute standardized Structured Query Language. ANSI SQL is the base for several different SQL languages such as T-SQL and PL/SQL. ANSI SQL is used to Create, Alter, and View data stored within a database. For more information about ANSI: http://www.ansi.org/ For more information about SQL: http://en.wikipedia.org/wiki/SQL


Difference between sql server 2003 sql server 2005?

There is no such thing as SQL Server 2003. Microft released SQL Server 2005 as the next version of SQL Server 2000.


What are SQL data types used for?

There are many purposes behind 'SQL' data types. The most common use of 'SQL' is with website programming and hosting services, as well as HTML coding.


When was SQL created?

SQL was created in 1986.


What is the name of the SQL language used in SQL Server stored procedures?

Transact SQL (TSQL)


What should I get sql training for?

SQL training is needed if you are going to be working with Microsoft SQL Databases


How to define a user defined function in SQL?

Not possible in SQL, but possible in many vendor-specific SQL-based languages like Oracle PL/SQL.