User Tools

Site Tools


databases:cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
databases:cheatsheet [2023/01/06 08:10] dimitrijdatabases:cheatsheet [2023/01/06 09:51] (current) dimitrij
Line 11: Line 11:
 </code> </code>
  
-===== ORDER BY CLAUSE =====+===== AND/OR Operators =====
 <code> <code>
 SELECT column_name(s) FROM table_name SELECT column_name(s) FROM table_name
Line 20: Line 20:
 </code> </code>
  
-===== AND/OR Operators =====+===== ORDER BY Operators =====
 <code>SELECT column_name(s) FROM table_name ORDER BY column_name ASC/DESC</code> <code>SELECT column_name(s) FROM table_name ORDER BY column_name ASC/DESC</code>
  
databases/cheatsheet.1672989042.txt.gz · Last modified: 2023/01/06 08:10 by dimitrij

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki