Fish Touching🐟🎣

SQL Query

Jun 28, 2023

# Queries

image.png

SELECT [DISTINCT] <column expression list>  
FROM <single table>  
[WHERE <predicate>]  
[GROUP BY <column list>  
[HAVING <predicate>] ]  
[ORDER BY <column list>]  
[LIMIT <integer>];

# Aggregate

# Misc