Changes

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search

SQL Syntax Examples

104 bytes added, 15:30, 1 July 2017
The following lines were added (+) and removed (-):
== Examples ==# SELECT * FROM customers;# SELECT username FROM usertable WHERE username like "Dav";