![]() |
|||
|
![]() |
![]() |
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
![]() Term: SELECT
Definition:
Example SELECT Statement: SELECT * FROM users The example above retrieves all rows from the table 'users' where the 'name' column contains the text 'john'. You can also use the JOIN capability in the SELECT clause to bring together data that is stored in two or more tables. You do this by matching and/or or comparing columns in the tables you are SELECTing from. A SELECT statement almost always includes the WHERE clause, which applies one or more conditions to match against the column(s) in the table. The WHERE clause allows you to screen or filter for only the rows you want. Related Code Snippets:
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
![]() |
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2025 psoug.org |