SQL Syntax Examples

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 10:30, 1 July 2017 by Admin (Talk | contribs)

Jump to: navigation, search

Examples

  1. SELECT * FROM customers;
  2. SELECT username FROM usertable WHERE username like "Dav";

Other Pages with SQL Examples