Skip to main content

9 docs tagged with "mysql"

View all tags

PDO Basics

- Creates a new PDO object for SQLite database.

Reporting with SQL

| SELECT \ FROM \ ORDER BY \; | Order the results of the query in ascending order by the column named. You can also add the ASC and DESC to change the order. |