Code has been added to clipboard!

Searching Table With SQL Select

Example
SELECT column1, column2, ...
FROM table_name;