SQL WHERE: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Filters, conditions, condition evaluation. | Filters, conditions, condition evaluation. | ||
The <code>WHERE</code> clause can be used with <code>[[SQL_SELECT#WHERE|SELECT]]</code>, <code>[[SQL_UPDATE#Overview|UPDATE]]</code> and <code>[[SQL_DELETE#Overview|DELETE]]</code>, but not with <code>[[SQL_INSERT#Overview|INSERT]]</code>. |