Changes

SQL Syntax Examples

168 bytes added, 15:35, 1 July 2017
The following lines were added (+) and removed (-):
# SELECT username FROM usertable WHERE username like "Dav";# SELECT username FROM usertable WHERE username like "%icol%";# DESCRIBE TABLE customer;# SELECT usertable.UserName, Posts.PostID FROM usertable LEFT JOIN Posts ON usertable.UserID = Posts.UserID ORDER BY usertable.UserName;  
Bureaucrat, administrator
16,192
edits