mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b044fefc91
This table should best summarise the difference - 1 = row is visible, 0 = row is excluded | Name | SELECT * FROM Player WHERE (FirstName != 'A' OR LastName != 'B') | SELECT * FROM Player WHERE FirstName != 'A' AND LastName != 'B' | | A B | 0 | 0 | | A C | 1 | 0 | |
||
---|---|---|
.. | ||
_images | ||
00_Getting_Started | ||
01_Tutorials | ||
02_Developer_Guides | ||
03_Upgrading | ||
04_Changelogs | ||
05_Contributing | ||
index.md |