SQL Getting Started

Case Expressions

You can use CASE expressions in SQL statements to easily manipulate the data representation of a table. This provides a powerful conditional expression capability that is similar in concept to CASE statements in some programming languages.


[ Top of Page | Previous Page | Next Page ]