This page provides an example of how to create an SQL order by clause with a `WHERE` clause to filter data.
Column Name | Column Type | Order | Value |
---|---|---|---|
First Name | VARCHAR(255) | ASC | John |
Last Name | VARCHAR(255) | DESC | Doe |
VARCHAR(100) | ASC | john.doe@example.com | |
Username | VARCHAR(50) | DESC | John |
This is a simple example. Further configurations can be added to customize.