336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
  • SELECT is the clause you use every time you want to query information from a database.

  • WHERE is a popular command that lets you filter the results of the query based on conditions that you specify.

  • LIKE and BETWEEN are special operators that can be used in a WHEREclause

  • AND and OR are special operators that you can use with WHERE to filter the query on two or more conditions.

  • ORDER BY lets you sort the results of the query in either ascending or descending order.

  • LIMIT lets you specify the maximum number of rows that the query will return. This is especially important in large tables that have thousands or even millions of rows.


'웹프로그래밍 > DB' 카테고리의 다른 글

SQL Commands 3  (0) 2016.02.25
SQL COMMANDS Aggregation function  (0) 2016.02.24
SQL Commands  (0) 2016.02.24

+ Recent posts