Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Comment: | Pickup the SQLite core library 3.24.0 docs from upstream. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f487954dc6e8e0c8342052fbc9eea096 |
User & Date: | mistachkin 2018-06-05 00:00:45.410 |
2018-06-15
| ||
00:42 | Update the VsWhere tool in externals to the 2.5.2 release. check-in: c5de1e45d0 user: mistachkin tags: trunk | |
2018-06-05
| ||
00:00 | Pickup the SQLite core library 3.24.0 docs from upstream. check-in: f487954dc6 user: mistachkin tags: trunk | |
2018-06-04
| ||
23:49 | Update SQLite core library to the 3.24.0 release. check-in: 86ab62421b user: mistachkin tags: trunk | |
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
cannot compute difference between binary files
︙ | ︙ | |||
106 107 108 109 110 111 112 | <p>The following syntax documentation topics are available:</p> <table width="100%" cellpadding="5" border="0"> <tr><td valign="top"><ul> <style> | | | | | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | <p>The following syntax documentation topics are available:</p> <table width="100%" cellpadding="5" border="0"> <tr><td valign="top"><ul> <style> #listtab31 tr td {vertical-align:top;} </style> <table id='listtab31' width='100%'></table> <script> var listitems31 = [{"u":"lang_aggfunc.html","x":"aggregate functions","s":0}, {"u":"lang_altertable.html","x":"ALTER TABLE","s":0}, {"u":"lang_analyze.html","x":"ANALYZE","s":0}, {"u":"lang_attach.html","x":"ATTACH DATABASE","s":0}, {"u":"lang_transaction.html","x":"BEGIN TRANSACTION","s":0}, {"u":"lang_comment.html","x":"comment","s":0}, {"u":"lang_transaction.html","x":"COMMIT TRANSACTION","s":0}, {"u":"lang_corefunc.html","x":"core functions","s":0}, |
︙ | ︙ | |||
145 146 147 148 149 150 151 152 153 154 155 156 157 | {"u":"lang_reindex.html","x":"REINDEX","s":0}, {"u":"lang_savepoint.html","x":"RELEASE SAVEPOINT","s":0}, {"u":"lang_replace.html","x":"REPLACE","s":0}, {"u":"lang_transaction.html","x":"ROLLBACK TRANSACTION","s":0}, {"u":"lang_savepoint.html","x":"SAVEPOINT","s":0}, {"u":"lang_select.html","x":"SELECT","s":0}, {"u":"lang_update.html","x":"UPDATE","s":0}, {"u":"lang_vacuum.html","x":"VACUUM","s":0}, {"u":"lang_with.html","x":"WITH clause","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/340); if(nCol<=0) nCol=1; | > | | | | | | | | | | | | | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | {"u":"lang_reindex.html","x":"REINDEX","s":0}, {"u":"lang_savepoint.html","x":"RELEASE SAVEPOINT","s":0}, {"u":"lang_replace.html","x":"REPLACE","s":0}, {"u":"lang_transaction.html","x":"ROLLBACK TRANSACTION","s":0}, {"u":"lang_savepoint.html","x":"SAVEPOINT","s":0}, {"u":"lang_select.html","x":"SELECT","s":0}, {"u":"lang_update.html","x":"UPDATE","s":0}, {"u":"lang_UPSERT.html","x":"UPSERT","s":0}, {"u":"lang_vacuum.html","x":"VACUUM","s":0}, {"u":"lang_with.html","x":"WITH clause","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/340); if(nCol<=0) nCol=1; var nRow = Math.ceil((listitems31.length+1)/nCol); var h="<tr><td><ul class='multicol_list'>" var ea for(var i=0; i<listitems31.length; i++){ if( (++j)>nRow ){ h += "</ul></td>\n<td><ul class='multicol_list'>\n"; j = 1; } if(listitems31[i].u=="" || listitems31[i].s==2){ h += "<li>" ea = "" }else{ h += "<li><a href='"; h += listitems31[i].u; h += "'>"; ea = "</a>" } if(listitems31[i].s==2 || listitems31[i].s==3) h += "<s>" h += listitems31[i].x; if(listitems31[i].s==2 || listitems31[i].s==3) h += "</s>" h += ea if(listitems31[i].s==1) h += "<small><i>(exp)</i></small>\n"; if(listitems31[i].s==3) h += "¹\n"; if(listitems31[i].s==4) h += "²\n"; if(listitems31[i].s==5) h += "³\n"; } document.getElementById("listtab31").innerHTML = h; </script> </ul></td></tr></table> <p>The routines <a href="c3ref/prepare.html">sqlite3_prepare_v2()</a>, <a href="c3ref/prepare.html">sqlite3_prepare()</a>, <a href="c3ref/prepare.html">sqlite3_prepare16()</a>, <a href="c3ref/prepare.html">sqlite3_prepare16_v2()</a>, <a href="c3ref/exec.html">sqlite3_exec()</a>, and <a href="c3ref/free_table.html">sqlite3_get_table()</a> accept |
︙ | ︙ |
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html><head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link href="sqlite.css" rel="stylesheet"> <title>SQLite Query Language: upsert</title> <!-- path= --> </head> <body> <div class=nosearch> <a href="index.html"> <img class="logo" src="images/sqlite370_banner.gif" alt="SQLite" border="0"> </a> <div><!-- IE hack to prevent disappearing logo --></div> <div class="tagline desktoponly"> Small. Fast. Reliable.<br>Choose any three. </div> <div class="menu mainmenu"> <ul> <li><a href="index.html">Home</a> <li class='mobileonly'><a href="javascript:void(0)" onclick='toggle_div("submenu")'>Menu</a> <li class='wideonly'><a href='about.html'>About</a> <li class='desktoponly'><a href="docs.html">Documentation</a> <li class='desktoponly'><a href="download.html">Download</a> <li class='wideonly'><a href='copyright.html'>License</a> <li class='desktoponly'><a href="support.html">Support</a> <li class='desktoponly'><a href="prosupport.html">Purchase</a> <li class='search' id='search_menubutton'> <a href="javascript:void(0)" onclick='toggle_search()'>Search</a> </ul> </div> <div class="menu submenu" id="submenu"> <ul> <li><a href='about.html'>About</a> <li><a href='docs.html'>Documentation</a> <li><a href='download.html'>Download</a> <li><a href='support.html'>Support</a> <li><a href='prosupport.html'>Purchase</a> </ul> </div> <div class="searchmenu" id="searchmenu"> <form method="GET" action="search"> <select name="s" id="searchtype"> <option value="d">Search Documentation</option> <option value="c">Search Changelog</option> </select> <input type="text" name="q" id="searchbox" value=""> <input type="submit" value="Go"> </form> </div> </div> <script> function toggle_div(nm) { var w = document.getElementById(nm); if( w.style.display=="block" ){ w.style.display = "none"; }else{ w.style.display = "block"; } } function toggle_search() { var w = document.getElementById("searchmenu"); if( w.style.display=="block" ){ w.style.display = "none"; } else { w.style.display = "block"; setTimeout(function(){ document.getElementById("searchbox").focus() }, 30); } } function div_off(nm){document.getElementById(nm).style.display="none";} window.onbeforeunload = function(e){div_off("submenu");} /* Disable the Search feature if we are not operating from CGI, since */ /* Search is accomplished using CGI and will not work without it. */ if( !location.origin.match || !location.origin.match(/http/) ){ document.getElementById("search_menubutton").style.display = "none"; } /* Used by the Hide/Show button beside syntax diagrams, to toggle the */ function hideorshow(btn,obj){ var x = document.getElementById(obj); var b = document.getElementById(btn); if( x.style.display!='none' ){ x.style.display = 'none'; b.innerHTML='show'; }else{ x.style.display = ''; b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>upsert</h2></div><p><b><a href="syntax/upsert-clause.html">upsert-clause:</a></b> <button id='x1199' onclick='hideorshow("x1199","x1200")'>hide</button></p> <div id='x1200' class='imgcontainer'> <img alt="syntax diagram upsert-clause" src="images/syntax/upsert-clause.gif" /> <p><b><a href="syntax/column-name-list.html">column-name-list:</a></b> <button id='x1201' onclick='hideorshow("x1201","x1202")'>show</button></p> <div id='x1202' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-name-list" src="images/syntax/column-name-list.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1203' onclick='hideorshow("x1203","x1204")'>show</button></p> <div id='x1204' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1205' onclick='hideorshow("x1205","x1206")'>show</button></p> <div id='x1206' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1207' onclick='hideorshow("x1207","x1208")'>show</button></p> <div id='x1208' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1209' onclick='hideorshow("x1209","x1210")'>show</button></p> <div id='x1210' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1211' onclick='hideorshow("x1211","x1212")'>show</button></p> <div id='x1212' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1213' onclick='hideorshow("x1213","x1214")'>show</button></p> <div id='x1214' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1215' onclick='hideorshow("x1215","x1216")'>show</button></p> <div id='x1216' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1217' onclick='hideorshow("x1217","x1218")'>show</button></p> <div id='x1218' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1219' onclick='hideorshow("x1219","x1220")'>show</button></p> <div id='x1220' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1221' onclick='hideorshow("x1221","x1222")'>show</button></p> <div id='x1222' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1223' onclick='hideorshow("x1223","x1224")'>show</button></p> <div id='x1224' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1225' onclick='hideorshow("x1225","x1226")'>show</button></p> <div id='x1226' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1227' onclick='hideorshow("x1227","x1228")'>show</button></p> <div id='x1228' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1229' onclick='hideorshow("x1229","x1230")'>show</button></p> <div id='x1230' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/indexed-column.html">indexed-column:</a></b> <button id='x1231' onclick='hideorshow("x1231","x1232")'>show</button></p> <div id='x1232' style='display:none;' class='imgcontainer'> <img alt="syntax diagram indexed-column" src="images/syntax/indexed-column.gif" /> </div> </div> <p>UPSERT is a special syntax addition to <a href="lang_insert.html">INSERT</a> that causes the INSERT to behave as an <a href="lang_update.html">UPDATE</a> or a no-op if the INSERT would violate a uniqueness constraint. UPSERT is not standard SQL. UPSERT in SQLite follows the syntax established by PostgreSQL. UPSERT syntax was added to SQLite with version 3.24.0 (2018-06-04). <p>An UPSERT is an ordinary <a href="lang_insert.html">INSERT</a> statement that is followed by the special ON CONFLICT clause shown above. <p>The syntax that occurs in between the "ON CONFLICT" and "DO" keywords is called the "conflict target". The conflict target specifies a specific uniqueness constraint that will trigger the upsert. The conflict target is required for DO UPDATE upserts, but is optional for DO NOTHING. A DO NOTHING upsert without a conflict target works the same as an <a href="lang_conflict.html">INSERT OR IGNORE</a>. <p>If the insert operation would cause the uniqueness constraint identified by the conflict-target clause to fail, then the insert is omitted and either the DO NOTHING or DO UPDATE operation is performed instead. In the case of a multi-row insert, this decision is made separately for each row of the insert. <p>Column names in the expressions of a DO UPDATE refer to the original unchanged value of the column, before the attempted INSERT. To use the value that would have been inserted had the constraint not failed, add the special "excluded." table qualifier to the column name. <p>Some examples will help illustrate the difference: <blockquote><pre> CREATE TABLE vocabulary(word TEXT PRIMARY KEY, count INT DEFAULT 1); INSERT INTO vocabulary(word) VALUES('jovial') ON CONFLICT(word) DO UPDATE SET count=count+1; </pre></blockquote> <p>The upsert above inserts the new vocabulary word "jovial" if that word is not already in the dictionary, or if it is already in the dictionary, it increments the counter. The "count+1" expression could also be written as "vocabulary.count". PostgreSQL requires the second form, but SQLite accepts either. <blockquote><pre> CREATE TABLE phonebook(name TEXT PRIMARY KEY, phonenumber TEXT); INSERT INTO phonebook(name,phonenumber) VALUES('Alice','704-555-1212') ON CONFLICT(name) DO UPDATE SET phonenumber=excluded.phonenumber; </pre></blockquote> <p>In the second example, the expression in the DO UPDATE clause is of the form "excluded.phonenumber". The "excluded." prefix causes the "phonenumber" to refer to the value for phonenumber that would have been inserted had there been no conflict. Hence, the effect of the upsert is to insert a phonenumber of Alice if none exists, or to overwrite any prior phonenumber for Alice with the new one. <p>Note that the DO UPDATE clause acts only on the single row that experienced the constraint error during INSERT. It is not necessary to include a WHERE clause that restrictions the action to that one row. The only use for the WHERE clause at the end of the DO UPDATE is to optionally change the DO UPDATE into a no-op depending on the original and/or new values. For example: <blockquote><pre> CREATE TABLE phonebook2( name TEXT PRIMARY KEY, phonenumber TEXT, validDate DATE ); INSERT INTO phonebook2(name,phonenumber,validDate) VALUES('Alice','704-555-1212','2018-05-08') ON CONFLICT(name) DO UPDATE SET phonenumber=excluded.phonenumber, validDate=excluded.validDate WHERE excluded.validDate>phonebook2.validDate; </pre></blockquote> <p>In this last example, the phonebook2 entry is only updated if the validDate for the newly inserted value is newer than the entry already in the table. If the table already contains an entry with the same name and a current validDate, then the WHERE clause causes the DO UPDATE to become a no-op. |
︙ | ︙ | |||
106 107 108 109 110 111 112 | elements are filtered before being passed into the aggregate function. For example, the function "count(distinct X)" will return the number of distinct values of column X instead of the total number of non-null values in column X. </p> <style> | | | | | | | | | | | | | | | | | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | elements are filtered before being passed into the aggregate function. For example, the function "count(distinct X)" will return the number of distinct values of column X instead of the total number of non-null values in column X. </p> <style> #listtab33 tr td {vertical-align:top;} </style> <table id='listtab33' width='100%'></table> <script> var listitems33 = [{"u":"lang_aggfunc.html#avg","x":"avg(X)","s":0}, {"u":"lang_aggfunc.html#count","x":"count(*)","s":0}, {"u":"lang_aggfunc.html#count","x":"count(X)","s":0}, {"u":"lang_aggfunc.html#groupconcat","x":"group_concat(X)","s":0}, {"u":"lang_aggfunc.html#groupconcat","x":"group_concat(X,Y)","s":0}, {"u":"lang_corefunc.html#maxoreunc","x":"max(X)","s":0}, {"u":"lang_corefunc.html#minoreunc","x":"min(X)","s":0}, {"u":"lang_aggfunc.html#sumunc","x":"sum(X)","s":0}, {"u":"lang_aggfunc.html#sumunc","x":"total(X)","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/225); if(nCol<=0) nCol=1; var nRow = Math.ceil((listitems33.length+1)/nCol); var h="<tr><td><ul class='multicol_list'>" var ea for(var i=0; i<listitems33.length; i++){ if( (++j)>nRow ){ h += "</ul></td>\n<td><ul class='multicol_list'>\n"; j = 1; } if(listitems33[i].u=="" || listitems33[i].s==2){ h += "<li>" ea = "" }else{ h += "<li><a href='"; h += listitems33[i].u; h += "'>"; ea = "</a>" } if(listitems33[i].s==2 || listitems33[i].s==3) h += "<s>" h += listitems33[i].x; if(listitems33[i].s==2 || listitems33[i].s==3) h += "</s>" h += ea if(listitems33[i].s==1) h += "<small><i>(exp)</i></small>\n"; if(listitems33[i].s==3) h += "¹\n"; if(listitems33[i].s==4) h += "²\n"; if(listitems33[i].s==5) h += "³\n"; } document.getElementById("listtab33").innerHTML = h; </script> <hr class='xhr'> <dl> <a name="avg"></a> <dt><p><b>avg(<i>X</i>)</b></dt><dd><p> The avg() function returns the average value of all non-NULL <i>X</i> within a |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ALTER TABLE</h2></div><p><b><a href="syntax/alter-table-stmt.html">alter-table-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ALTER TABLE</h2></div><p><b><a href="syntax/alter-table-stmt.html">alter-table-stmt:</a></b> <button id='x789' onclick='hideorshow("x789","x790")'>hide</button></p> <div id='x790' class='imgcontainer'> <img alt="syntax diagram alter-table-stmt" src="images/syntax/alter-table-stmt.gif" /> <p><b><a href="syntax/column-def.html">column-def:</a></b> <button id='x791' onclick='hideorshow("x791","x792")'>show</button></p> <div id='x792' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-def" src="images/syntax/column-def.gif" /> <p><b><a href="syntax/column-constraint.html">column-constraint:</a></b> <button id='x793' onclick='hideorshow("x793","x794")'>show</button></p> <div id='x794' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-constraint" src="images/syntax/column-constraint.gif" /> <p><b><a href="syntax/conflict-clause.html">conflict-clause:</a></b> <button id='x795' onclick='hideorshow("x795","x796")'>show</button></p> <div id='x796' style='display:none;' class='imgcontainer'> <img alt="syntax diagram conflict-clause" src="images/syntax/conflict-clause.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x797' onclick='hideorshow("x797","x798")'>show</button></p> <div id='x798' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x799' onclick='hideorshow("x799","x800")'>show</button></p> <div id='x800' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x801' onclick='hideorshow("x801","x802")'>show</button></p> <div id='x802' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x803' onclick='hideorshow("x803","x804")'>show</button></p> <div id='x804' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x805' onclick='hideorshow("x805","x806")'>show</button></p> <div id='x806' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x807' onclick='hideorshow("x807","x808")'>show</button></p> <div id='x808' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x809' onclick='hideorshow("x809","x810")'>show</button></p> <div id='x810' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x811' onclick='hideorshow("x811","x812")'>show</button></p> <div id='x812' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x813' onclick='hideorshow("x813","x814")'>show</button></p> <div id='x814' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x815' onclick='hideorshow("x815","x816")'>show</button></p> <div id='x816' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x817' onclick='hideorshow("x817","x818")'>show</button></p> <div id='x818' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p><b><a href="syntax/foreign-key-clause.html">foreign-key-clause:</a></b> <button id='x819' onclick='hideorshow("x819","x820")'>show</button></p> <div id='x820' style='display:none;' class='imgcontainer'> <img alt="syntax diagram foreign-key-clause" src="images/syntax/foreign-key-clause.gif" /> </div> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x821' onclick='hideorshow("x821","x822")'>show</button></p> <div id='x822' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x823' onclick='hideorshow("x823","x824")'>show</button></p> <div id='x824' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x825' onclick='hideorshow("x825","x826")'>show</button></p> <div id='x826' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x827' onclick='hideorshow("x827","x828")'>show</button></p> <div id='x828' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ANALYZE</h2></div><p><b><a href="syntax/analyze-stmt.html">analyze-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ANALYZE</h2></div><p><b><a href="syntax/analyze-stmt.html">analyze-stmt:</a></b> <button id='x829' onclick='hideorshow("x829","x830")'>hide</button></p> <div id='x830' class='imgcontainer'> <img alt="syntax diagram analyze-stmt" src="images/syntax/analyze-stmt.gif" /> </div> <p> The ANALYZE command gathers statistics about tables and indices and stores the collected information in <a href="fileformat2.html#intschema">internal tables</a> of the database where the query optimizer can |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ATTACH DATABASE</h2></div><p><b><a href="syntax/attach-stmt.html">attach-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ATTACH DATABASE</h2></div><p><b><a href="syntax/attach-stmt.html">attach-stmt:</a></b> <button id='x831' onclick='hideorshow("x831","x832")'>hide</button></p> <div id='x832' class='imgcontainer'> <img alt="syntax diagram attach-stmt" src="images/syntax/attach-stmt.gif" /> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x833' onclick='hideorshow("x833","x834")'>show</button></p> <div id='x834' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x835' onclick='hideorshow("x835","x836")'>show</button></p> <div id='x836' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x837' onclick='hideorshow("x837","x838")'>show</button></p> <div id='x838' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x839' onclick='hideorshow("x839","x840")'>show</button></p> <div id='x840' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x841' onclick='hideorshow("x841","x842")'>show</button></p> <div id='x842' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x843' onclick='hideorshow("x843","x844")'>show</button></p> <div id='x844' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x845' onclick='hideorshow("x845","x846")'>show</button></p> <div id='x846' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x847' onclick='hideorshow("x847","x848")'>show</button></p> <div id='x848' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x849' onclick='hideorshow("x849","x850")'>show</button></p> <div id='x850' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x851' onclick='hideorshow("x851","x852")'>show</button></p> <div id='x852' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x853' onclick='hideorshow("x853","x854")'>show</button></p> <div id='x854' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x855' onclick='hideorshow("x855","x856")'>show</button></p> <div id='x856' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x857' onclick='hideorshow("x857","x858")'>show</button></p> <div id='x858' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x859' onclick='hideorshow("x859","x860")'>show</button></p> <div id='x860' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>comment</h2></div><p><b><a href="syntax/comment-syntax.html">comment-syntax:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>comment</h2></div><p><b><a href="syntax/comment-syntax.html">comment-syntax:</a></b> <button id='x873' onclick='hideorshow("x873","x874")'>hide</button></p> <div id='x874' class='imgcontainer'> <img alt="syntax diagram comment-syntax" src="images/syntax/comment-syntax.gif" /> </div> <p>Comments are not SQL commands, but can occur within the text of SQL queries passed to <a href="c3ref/prepare.html">sqlite3_prepare_v2()</a> and related interfaces. Comments are treated as whitespace by the parser. |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ON CONFLICT clause</h2></div><p><b><a href="syntax/conflict-clause.html">conflict-clause:</a></b> | | | | > | > > > > > > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>ON CONFLICT clause</h2></div><p><b><a href="syntax/conflict-clause.html">conflict-clause:</a></b> <button id='x1233' onclick='hideorshow("x1233","x1234")'>hide</button></p> <div id='x1234' class='imgcontainer'> <img alt="syntax diagram conflict-clause" src="images/syntax/conflict-clause.gif" /> </div> <p>The ON CONFLICT clause is a non-standard extension specific to SQLite that can appear in many other SQL commands. It is given its own section in this document because it is not part of standard SQL and therefore might not be familiar.</p> <p>The ON CONFLICT clause described here has been a part of SQLite since before version 3.0.0 (2004-06-18). The phrase "ON CONFLICT" is also part of <a href="lang_UPSERT.html">UPSERT</a>, which is an extension to <a href="lang_insert.html">INSERT</a> added in version 3.24.0 (2018-06-04). Do not confuse these two separate uses of the "ON CONFLICT" phrase. <p>The syntax for the ON CONFLICT clause is as shown above for the CREATE TABLE command. For the INSERT and UPDATE commands, the keywords "ON CONFLICT" are replaced by "OR" so that the syntax reads more naturally. For example, instead of "INSERT ON CONFLICT IGNORE" we have "INSERT OR IGNORE". The keywords change but the meaning of the clause is the same either way.</p> |
︙ | ︙ |
︙ | ︙ | |||
98 99 100 101 102 103 104 | <a href="lang_aggfunc.html">aggregate functions</a>, and <a href="json1.html">JSON functions</a> are documented separately. An application may define additional functions written in C and added to the database engine using the <a href="c3ref/create_function.html">sqlite3_create_function()</a> API.</p> <style> | | | | | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | <a href="lang_aggfunc.html">aggregate functions</a>, and <a href="json1.html">JSON functions</a> are documented separately. An application may define additional functions written in C and added to the database engine using the <a href="c3ref/create_function.html">sqlite3_create_function()</a> API.</p> <style> #listtab32 tr td {vertical-align:top;} </style> <table id='listtab32' width='100%'></table> <script> var listitems32 = [{"u":"lang_corefunc.html#abs","x":"abs(X)","s":0}, {"u":"lang_corefunc.html#changes","x":"changes()","s":0}, {"u":"lang_corefunc.html#char","x":"char(X1,X2,...,XN)","s":0}, {"u":"lang_corefunc.html#coalesce","x":"coalesce(X,Y,...)","s":0}, {"u":"lang_corefunc.html#glob","x":"glob(X,Y)","s":0}, {"u":"lang_corefunc.html#hex","x":"hex(X)","s":0}, {"u":"lang_corefunc.html#ifnull","x":"ifnull(X,Y)","s":0}, {"u":"lang_corefunc.html#instr","x":"instr(X,Y)","s":0}, |
︙ | ︙ | |||
153 154 155 156 157 158 159 | {"u":"lang_corefunc.html#unlikely","x":"unlikely(X)","s":0}, {"u":"lang_corefunc.html#upper","x":"upper(X)","s":0}, {"u":"lang_corefunc.html#zeroblob","x":"zeroblob(N)","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/225); if(nCol<=0) nCol=1; | | | | | | | | | | | | | | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | {"u":"lang_corefunc.html#unlikely","x":"unlikely(X)","s":0}, {"u":"lang_corefunc.html#upper","x":"upper(X)","s":0}, {"u":"lang_corefunc.html#zeroblob","x":"zeroblob(N)","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/225); if(nCol<=0) nCol=1; var nRow = Math.ceil((listitems32.length+1)/nCol); var h="<tr><td><ul class='multicol_list'>" var ea for(var i=0; i<listitems32.length; i++){ if( (++j)>nRow ){ h += "</ul></td>\n<td><ul class='multicol_list'>\n"; j = 1; } if(listitems32[i].u=="" || listitems32[i].s==2){ h += "<li>" ea = "" }else{ h += "<li><a href='"; h += listitems32[i].u; h += "'>"; ea = "</a>" } if(listitems32[i].s==2 || listitems32[i].s==3) h += "<s>" h += listitems32[i].x; if(listitems32[i].s==2 || listitems32[i].s==3) h += "</s>" h += ea if(listitems32[i].s==1) h += "<small><i>(exp)</i></small>\n"; if(listitems32[i].s==3) h += "¹\n"; if(listitems32[i].s==4) h += "²\n"; if(listitems32[i].s==5) h += "³\n"; } document.getElementById("listtab32").innerHTML = h; </script> <hr class='xhr'> <dl> <a name="abs"></a> <dt><p><b>abs(<i>X</i>)</b></dt><dd><p> The abs(X) function returns the absolute value of the numeric argument X. Abs(X) returns NULL if X is NULL. |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE INDEX</h2></div><p><b><a href="syntax/create-index-stmt.html">create-index-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE INDEX</h2></div><p><b><a href="syntax/create-index-stmt.html">create-index-stmt:</a></b> <button id='x875' onclick='hideorshow("x875","x876")'>hide</button></p> <div id='x876' class='imgcontainer'> <img alt="syntax diagram create-index-stmt" src="images/syntax/create-index-stmt.gif" /> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x877' onclick='hideorshow("x877","x878")'>show</button></p> <div id='x878' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x879' onclick='hideorshow("x879","x880")'>show</button></p> <div id='x880' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x881' onclick='hideorshow("x881","x882")'>show</button></p> <div id='x882' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x883' onclick='hideorshow("x883","x884")'>show</button></p> <div id='x884' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x885' onclick='hideorshow("x885","x886")'>show</button></p> <div id='x886' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x887' onclick='hideorshow("x887","x888")'>show</button></p> <div id='x888' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x889' onclick='hideorshow("x889","x890")'>show</button></p> <div id='x890' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x891' onclick='hideorshow("x891","x892")'>show</button></p> <div id='x892' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x893' onclick='hideorshow("x893","x894")'>show</button></p> <div id='x894' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x895' onclick='hideorshow("x895","x896")'>show</button></p> <div id='x896' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x897' onclick='hideorshow("x897","x898")'>show</button></p> <div id='x898' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x899' onclick='hideorshow("x899","x900")'>show</button></p> <div id='x900' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x901' onclick='hideorshow("x901","x902")'>show</button></p> <div id='x902' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x903' onclick='hideorshow("x903","x904")'>show</button></p> <div id='x904' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/indexed-column.html">indexed-column:</a></b> <button id='x905' onclick='hideorshow("x905","x906")'>show</button></p> <div id='x906' style='display:none;' class='imgcontainer'> <img alt="syntax diagram indexed-column" src="images/syntax/indexed-column.gif" /> </div> </div> <p>The CREATE INDEX command consists of the keywords "CREATE INDEX" followed by the name of the new index, the keyword "ON", the name of a previously |
︙ | ︙ | |||
224 225 226 227 228 229 230 | <a href="c3ref/limit.html">sqlite3_limit</a>(<a href="c3ref/c_limit_attached.html#sqlitelimitcolumn">SQLITE_LIMIT_COLUMN</a>,...).</p> <a name="uniqueidx"></a> <p>If the UNIQUE keyword appears between CREATE and INDEX then duplicate index entries are not allowed. Any attempt to insert a duplicate entry will result in an error. For the purposes of unique indices, all NULL values | | | 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 | <a href="c3ref/limit.html">sqlite3_limit</a>(<a href="c3ref/c_limit_attached.html#sqlitelimitcolumn">SQLITE_LIMIT_COLUMN</a>,...).</p> <a name="uniqueidx"></a> <p>If the UNIQUE keyword appears between CREATE and INDEX then duplicate index entries are not allowed. Any attempt to insert a duplicate entry will result in an error. For the purposes of unique indices, all NULL values are considered different from all other NULL values and are thus unique. This is one of the two possible interpretations of the SQL-92 standard (the language in the standard is ambiguous) and is the interpretation followed by PostgreSQL, MySQL, Firebird, and Oracle. Informix and Microsoft SQL Server follow the other interpretation of the standard.</p> <p>If the optional IF NOT EXISTS clause is present and another index with the same name already exists, then this command becomes a no-op.</p> <p>Indexes are removed with the <a href="lang_dropindex.html">DROP INDEX</a> command.</p> |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE TABLE</h2></div><p><b><a href="syntax/create-table-stmt.html">create-table-stmt:</a></b> | | | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | | > | | | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE TABLE</h2></div><p><b><a href="syntax/create-table-stmt.html">create-table-stmt:</a></b> <button id='x907' onclick='hideorshow("x907","x908")'>hide</button></p> <div id='x908' class='imgcontainer'> <img alt="syntax diagram create-table-stmt" src="images/syntax/create-table-stmt.gif" /> <p><b><a href="syntax/column-def.html">column-def:</a></b> <button id='x909' onclick='hideorshow("x909","x910")'>show</button></p> <div id='x910' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-def" src="images/syntax/column-def.gif" /> <p><b><a href="syntax/column-constraint.html">column-constraint:</a></b> <button id='x911' onclick='hideorshow("x911","x912")'>show</button></p> <div id='x912' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-constraint" src="images/syntax/column-constraint.gif" /> <p><b><a href="syntax/conflict-clause.html">conflict-clause:</a></b> <button id='x913' onclick='hideorshow("x913","x914")'>show</button></p> <div id='x914' style='display:none;' class='imgcontainer'> <img alt="syntax diagram conflict-clause" src="images/syntax/conflict-clause.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x915' onclick='hideorshow("x915","x916")'>show</button></p> <div id='x916' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x917' onclick='hideorshow("x917","x918")'>show</button></p> <div id='x918' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> </div> <p><b><a href="syntax/foreign-key-clause.html">foreign-key-clause:</a></b> <button id='x919' onclick='hideorshow("x919","x920")'>show</button></p> <div id='x920' style='display:none;' class='imgcontainer'> <img alt="syntax diagram foreign-key-clause" src="images/syntax/foreign-key-clause.gif" /> </div> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x921' onclick='hideorshow("x921","x922")'>show</button></p> <div id='x922' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x923' onclick='hideorshow("x923","x924")'>show</button></p> <div id='x924' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x925' onclick='hideorshow("x925","x926")'>show</button></p> <div id='x926' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x927' onclick='hideorshow("x927","x928")'>show</button></p> <div id='x928' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x929' onclick='hideorshow("x929","x930")'>show</button></p> <div id='x930' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x931' onclick='hideorshow("x931","x932")'>show</button></p> <div id='x932' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x933' onclick='hideorshow("x933","x934")'>show</button></p> <div id='x934' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x935' onclick='hideorshow("x935","x936")'>show</button></p> <div id='x936' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x937' onclick='hideorshow("x937","x938")'>show</button></p> <div id='x938' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x939' onclick='hideorshow("x939","x940")'>show</button></p> <div id='x940' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x941' onclick='hideorshow("x941","x942")'>show</button></p> <div id='x942' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x943' onclick='hideorshow("x943","x944")'>show</button></p> <div id='x944' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x945' onclick='hideorshow("x945","x946")'>show</button></p> <div id='x946' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x947' onclick='hideorshow("x947","x948")'>show</button></p> <div id='x948' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x949' onclick='hideorshow("x949","x950")'>show</button></p> <div id='x950' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x951' onclick='hideorshow("x951","x952")'>show</button></p> <div id='x952' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x953' onclick='hideorshow("x953","x954")'>show</button></p> <div id='x954' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x955' onclick='hideorshow("x955","x956")'>show</button></p> <div id='x956' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/table-constraint.html">table-constraint:</a></b> <button id='x957' onclick='hideorshow("x957","x958")'>show</button></p> <div id='x958' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-constraint" src="images/syntax/table-constraint.gif" /> <p><b><a href="syntax/conflict-clause.html">conflict-clause:</a></b> <button id='x959' onclick='hideorshow("x959","x960")'>show</button></p> <div id='x960' style='display:none;' class='imgcontainer'> <img alt="syntax diagram conflict-clause" src="images/syntax/conflict-clause.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x961' onclick='hideorshow("x961","x962")'>show</button></p> <div id='x962' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x963' onclick='hideorshow("x963","x964")'>show</button></p> <div id='x964' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x965' onclick='hideorshow("x965","x966")'>show</button></p> <div id='x966' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x967' onclick='hideorshow("x967","x968")'>show</button></p> <div id='x968' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x969' onclick='hideorshow("x969","x970")'>show</button></p> <div id='x970' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/foreign-key-clause.html">foreign-key-clause:</a></b> <button id='x971' onclick='hideorshow("x971","x972")'>show</button></p> <div id='x972' style='display:none;' class='imgcontainer'> <img alt="syntax diagram foreign-key-clause" src="images/syntax/foreign-key-clause.gif" /> </div> <p><b><a href="syntax/indexed-column.html">indexed-column:</a></b> <button id='x973' onclick='hideorshow("x973","x974")'>show</button></p> <div id='x974' style='display:none;' class='imgcontainer'> <img alt="syntax diagram indexed-column" src="images/syntax/indexed-column.gif" /> </div> </div> </div> <p>The "CREATE TABLE" command is used to create a new table in an SQLite |
︙ | ︙ | |||
336 337 338 339 340 341 342 | <center><table border=1> <tr><th>Expression Affinity <th>Column Declared Type <tr><td>TEXT <td>"TEXT" <tr><td>NUMERIC <td>"NUM" <tr><td>INTEGER <td>"INT" <tr><td>REAL <td>"REAL" | | | 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 | <center><table border=1> <tr><th>Expression Affinity <th>Column Declared Type <tr><td>TEXT <td>"TEXT" <tr><td>NUMERIC <td>"NUM" <tr><td>INTEGER <td>"INT" <tr><td>REAL <td>"REAL" <tr><td>BLOB (a.k.a "NONE") <td>"" (empty string) </table></center> <p>A table created using CREATE TABLE AS has no PRIMARY KEY and no constraints of any kind. The default value of each column is NULL. The default collation sequence for each column of the new table is BINARY. <p>Tables created using CREATE TABLE AS are initially populated with the |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE TRIGGER</h2></div><p><b><a href="syntax/create-trigger-stmt.html">create-trigger-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > > > > > > > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE TRIGGER</h2></div><p><b><a href="syntax/create-trigger-stmt.html">create-trigger-stmt:</a></b> <button id='x975' onclick='hideorshow("x975","x976")'>hide</button></p> <div id='x976' class='imgcontainer'> <img alt="syntax diagram create-trigger-stmt" src="images/syntax/create-trigger-stmt.gif" /> <p><b><a href="syntax/delete-stmt.html">delete-stmt:</a></b> <button id='x977' onclick='hideorshow("x977","x978")'>show</button></p> <div id='x978' style='display:none;' class='imgcontainer'> <img alt="syntax diagram delete-stmt" src="images/syntax/delete-stmt.gif" /> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> <button id='x979' onclick='hideorshow("x979","x980")'>show</button></p> <div id='x980' style='display:none;' class='imgcontainer'> <img alt="syntax diagram qualified-table-name" src="images/syntax/qualified-table-name.gif" /> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x981' onclick='hideorshow("x981","x982")'>show</button></p> <div id='x982' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x983' onclick='hideorshow("x983","x984")'>show</button></p> <div id='x984' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> </div> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x985' onclick='hideorshow("x985","x986")'>show</button></p> <div id='x986' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x987' onclick='hideorshow("x987","x988")'>show</button></p> <div id='x988' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x989' onclick='hideorshow("x989","x990")'>show</button></p> <div id='x990' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x991' onclick='hideorshow("x991","x992")'>show</button></p> <div id='x992' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x993' onclick='hideorshow("x993","x994")'>show</button></p> <div id='x994' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/insert-stmt.html">insert-stmt:</a></b> <button id='x995' onclick='hideorshow("x995","x996")'>show</button></p> <div id='x996' style='display:none;' class='imgcontainer'> <img alt="syntax diagram insert-stmt" src="images/syntax/insert-stmt.gif" /> <p><b><a href="syntax/upsert-clause.html">upsert-clause:</a></b> <button id='x997' onclick='hideorshow("x997","x998")'>show</button></p> <div id='x998' style='display:none;' class='imgcontainer'> <img alt="syntax diagram upsert-clause" src="images/syntax/upsert-clause.gif" /> <p><b><a href="syntax/column-name-list.html">column-name-list:</a></b> <button id='x999' onclick='hideorshow("x999","x1000")'>show</button></p> <div id='x1000' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-name-list" src="images/syntax/column-name-list.gif" /> </div> <p><b><a href="syntax/indexed-column.html">indexed-column:</a></b> <button id='x1001' onclick='hideorshow("x1001","x1002")'>show</button></p> <div id='x1002' style='display:none;' class='imgcontainer'> <img alt="syntax diagram indexed-column" src="images/syntax/indexed-column.gif" /> </div> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1003' onclick='hideorshow("x1003","x1004")'>show</button></p> <div id='x1004' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1005' onclick='hideorshow("x1005","x1006")'>show</button></p> <div id='x1006' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> </div> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1007' onclick='hideorshow("x1007","x1008")'>show</button></p> <div id='x1008' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1009' onclick='hideorshow("x1009","x1010")'>show</button></p> <div id='x1010' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1011' onclick='hideorshow("x1011","x1012")'>show</button></p> <div id='x1012' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1013' onclick='hideorshow("x1013","x1014")'>show</button></p> <div id='x1014' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1015' onclick='hideorshow("x1015","x1016")'>show</button></p> <div id='x1016' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1017' onclick='hideorshow("x1017","x1018")'>show</button></p> <div id='x1018' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1019' onclick='hideorshow("x1019","x1020")'>show</button></p> <div id='x1020' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1021' onclick='hideorshow("x1021","x1022")'>show</button></p> <div id='x1022' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1023' onclick='hideorshow("x1023","x1024")'>show</button></p> <div id='x1024' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/update-stmt.html">update-stmt:</a></b> <button id='x1025' onclick='hideorshow("x1025","x1026")'>show</button></p> <div id='x1026' style='display:none;' class='imgcontainer'> <img alt="syntax diagram update-stmt" src="images/syntax/update-stmt.gif" /> <p><b><a href="syntax/column-name-list.html">column-name-list:</a></b> <button id='x1027' onclick='hideorshow("x1027","x1028")'>show</button></p> <div id='x1028' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-name-list" src="images/syntax/column-name-list.gif" /> </div> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> <button id='x1029' onclick='hideorshow("x1029","x1030")'>show</button></p> <div id='x1030' style='display:none;' class='imgcontainer'> <img alt="syntax diagram qualified-table-name" src="images/syntax/qualified-table-name.gif" /> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1031' onclick='hideorshow("x1031","x1032")'>show</button></p> <div id='x1032' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1033' onclick='hideorshow("x1033","x1034")'>show</button></p> <div id='x1034' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE VIEW</h2></div><p><b><a href="syntax/create-view-stmt.html">create-view-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE VIEW</h2></div><p><b><a href="syntax/create-view-stmt.html">create-view-stmt:</a></b> <button id='x1035' onclick='hideorshow("x1035","x1036")'>hide</button></p> <div id='x1036' class='imgcontainer'> <img alt="syntax diagram create-view-stmt" src="images/syntax/create-view-stmt.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1037' onclick='hideorshow("x1037","x1038")'>show</button></p> <div id='x1038' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1039' onclick='hideorshow("x1039","x1040")'>show</button></p> <div id='x1040' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1041' onclick='hideorshow("x1041","x1042")'>show</button></p> <div id='x1042' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1043' onclick='hideorshow("x1043","x1044")'>show</button></p> <div id='x1044' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1045' onclick='hideorshow("x1045","x1046")'>show</button></p> <div id='x1046' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1047' onclick='hideorshow("x1047","x1048")'>show</button></p> <div id='x1048' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1049' onclick='hideorshow("x1049","x1050")'>show</button></p> <div id='x1050' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1051' onclick='hideorshow("x1051","x1052")'>show</button></p> <div id='x1052' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1053' onclick='hideorshow("x1053","x1054")'>show</button></p> <div id='x1054' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1055' onclick='hideorshow("x1055","x1056")'>show</button></p> <div id='x1056' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1057' onclick='hideorshow("x1057","x1058")'>show</button></p> <div id='x1058' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1059' onclick='hideorshow("x1059","x1060")'>show</button></p> <div id='x1060' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1061' onclick='hideorshow("x1061","x1062")'>show</button></p> <div id='x1062' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1063' onclick='hideorshow("x1063","x1064")'>show</button></p> <div id='x1064' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p>The CREATE VIEW command assigns a name to a pre-packaged |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE VIRTUAL TABLE</h2></div><p><b><a href="syntax/create-virtual-table-stmt.html">create-virtual-table-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>CREATE VIRTUAL TABLE</h2></div><p><b><a href="syntax/create-virtual-table-stmt.html">create-virtual-table-stmt:</a></b> <button id='x1065' onclick='hideorshow("x1065","x1066")'>hide</button></p> <div id='x1066' class='imgcontainer'> <img alt="syntax diagram create-virtual-table-stmt" src="images/syntax/create-virtual-table-stmt.gif" /> </div> <p>A <a href="vtab.html">virtual table</a> is an interface to an external storage or computation engine that appears to be a table but does not actually store information in the database file.</p> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DELETE</h2></div><p><b><a href="syntax/delete-stmt.html">delete-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DELETE</h2></div><p><b><a href="syntax/delete-stmt.html">delete-stmt:</a></b> <button id='x1067' onclick='hideorshow("x1067","x1068")'>hide</button></p> <div id='x1068' class='imgcontainer'> <img alt="syntax diagram delete-stmt" src="images/syntax/delete-stmt.gif" /> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1069' onclick='hideorshow("x1069","x1070")'>show</button></p> <div id='x1070' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1071' onclick='hideorshow("x1071","x1072")'>show</button></p> <div id='x1072' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1073' onclick='hideorshow("x1073","x1074")'>show</button></p> <div id='x1074' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1075' onclick='hideorshow("x1075","x1076")'>show</button></p> <div id='x1076' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1077' onclick='hideorshow("x1077","x1078")'>show</button></p> <div id='x1078' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1079' onclick='hideorshow("x1079","x1080")'>show</button></p> <div id='x1080' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1081' onclick='hideorshow("x1081","x1082")'>show</button></p> <div id='x1082' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1083' onclick='hideorshow("x1083","x1084")'>show</button></p> <div id='x1084' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1085' onclick='hideorshow("x1085","x1086")'>show</button></p> <div id='x1086' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1087' onclick='hideorshow("x1087","x1088")'>show</button></p> <div id='x1088' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1089' onclick='hideorshow("x1089","x1090")'>show</button></p> <div id='x1090' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1091' onclick='hideorshow("x1091","x1092")'>show</button></p> <div id='x1092' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1093' onclick='hideorshow("x1093","x1094")'>show</button></p> <div id='x1094' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1095' onclick='hideorshow("x1095","x1096")'>show</button></p> <div id='x1096' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> <button id='x1097' onclick='hideorshow("x1097","x1098")'>show</button></p> <div id='x1098' style='display:none;' class='imgcontainer'> <img alt="syntax diagram qualified-table-name" src="images/syntax/qualified-table-name.gif" /> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1099' onclick='hideorshow("x1099","x1100")'>show</button></p> <div id='x1100' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1101' onclick='hideorshow("x1101","x1102")'>show</button></p> <div id='x1102' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1103' onclick='hideorshow("x1103","x1104")'>show</button></p> <div id='x1104' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1105' onclick='hideorshow("x1105","x1106")'>show</button></p> <div id='x1106' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1107' onclick='hideorshow("x1107","x1108")'>show</button></p> <div id='x1108' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1109' onclick='hideorshow("x1109","x1110")'>show</button></p> <div id='x1110' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1111' onclick='hideorshow("x1111","x1112")'>show</button></p> <div id='x1112' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1113' onclick='hideorshow("x1113","x1114")'>show</button></p> <div id='x1114' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1115' onclick='hideorshow("x1115","x1116")'>show</button></p> <div id='x1116' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1117' onclick='hideorshow("x1117","x1118")'>show</button></p> <div id='x1118' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1119' onclick='hideorshow("x1119","x1120")'>show</button></p> <div id='x1120' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DETACH DATABASE</h2></div><p><b><a href="syntax/detach-stmt.html">detach-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DETACH DATABASE</h2></div><p><b><a href="syntax/detach-stmt.html">detach-stmt:</a></b> <button id='x1121' onclick='hideorshow("x1121","x1122")'>hide</button></p> <div id='x1122' class='imgcontainer'> <img alt="syntax diagram detach-stmt" src="images/syntax/detach-stmt.gif" /> </div> <p>This statement detaches an additional database connection previously attached using the <a href="lang_attach.html">ATTACH</a> statement. When not in <a href="sharedcache.html">shared cache mode</a>, |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP INDEX</h2></div><p><b><a href="syntax/drop-index-stmt.html">drop-index-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP INDEX</h2></div><p><b><a href="syntax/drop-index-stmt.html">drop-index-stmt:</a></b> <button id='x1123' onclick='hideorshow("x1123","x1124")'>hide</button></p> <div id='x1124' class='imgcontainer'> <img alt="syntax diagram drop-index-stmt" src="images/syntax/drop-index-stmt.gif" /> </div> <p>The DROP INDEX statement removes an index added with the <a href="lang_createindex.html">CREATE INDEX</a> statement. The index is completely removed from the disk. The only way to recover the index is to reenter the |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP TABLE</h2></div><p><b><a href="syntax/drop-table-stmt.html">drop-table-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP TABLE</h2></div><p><b><a href="syntax/drop-table-stmt.html">drop-table-stmt:</a></b> <button id='x1125' onclick='hideorshow("x1125","x1126")'>hide</button></p> <div id='x1126' class='imgcontainer'> <img alt="syntax diagram drop-table-stmt" src="images/syntax/drop-table-stmt.gif" /> </div> <p>The DROP TABLE statement removes a table added with the <a href="lang_createtable.html">CREATE TABLE</a> statement. The name specified is the table name. The dropped table is completely removed from the database |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP TRIGGER</h2></div><p><b><a href="syntax/drop-trigger-stmt.html">drop-trigger-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP TRIGGER</h2></div><p><b><a href="syntax/drop-trigger-stmt.html">drop-trigger-stmt:</a></b> <button id='x1127' onclick='hideorshow("x1127","x1128")'>hide</button></p> <div id='x1128' class='imgcontainer'> <img alt="syntax diagram drop-trigger-stmt" src="images/syntax/drop-trigger-stmt.gif" /> </div> <p>The DROP TRIGGER statement removes a trigger created by the <a href="lang_createtrigger.html">CREATE TRIGGER</a> statement. Once removed, the trigger definition is no longer present in the sqlite_master (or sqlite_temp_master) table and is |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP VIEW</h2></div><p><b><a href="syntax/drop-view-stmt.html">drop-view-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>DROP VIEW</h2></div><p><b><a href="syntax/drop-view-stmt.html">drop-view-stmt:</a></b> <button id='x1129' onclick='hideorshow("x1129","x1130")'>hide</button></p> <div id='x1130' class='imgcontainer'> <img alt="syntax diagram drop-view-stmt" src="images/syntax/drop-view-stmt.gif" /> </div> <p>The DROP VIEW statement removes a view created by the <a href="lang_createview.html">CREATE VIEW</a> statement. The view definition is removed from the database schema, but no actual data in the underlying base tables is modified. |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>expression</h2></div><p><b><a href="syntax/expr.html">expr:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>expression</h2></div><p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1131' onclick='hideorshow("x1131","x1132")'>hide</button></p> <div id='x1132' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1133' onclick='hideorshow("x1133","x1134")'>show</button></p> <div id='x1134' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1135' onclick='hideorshow("x1135","x1136")'>show</button></p> <div id='x1136' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1137' onclick='hideorshow("x1137","x1138")'>show</button></p> <div id='x1138' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1139' onclick='hideorshow("x1139","x1140")'>show</button></p> <div id='x1140' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1141' onclick='hideorshow("x1141","x1142")'>show</button></p> <div id='x1142' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1143' onclick='hideorshow("x1143","x1144")'>show</button></p> <div id='x1144' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1145' onclick='hideorshow("x1145","x1146")'>show</button></p> <div id='x1146' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1147' onclick='hideorshow("x1147","x1148")'>show</button></p> <div id='x1148' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1149' onclick='hideorshow("x1149","x1150")'>show</button></p> <div id='x1150' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1151' onclick='hideorshow("x1151","x1152")'>show</button></p> <div id='x1152' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1153' onclick='hideorshow("x1153","x1154")'>show</button></p> <div id='x1154' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1155' onclick='hideorshow("x1155","x1156")'>show</button></p> <div id='x1156' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1157' onclick='hideorshow("x1157","x1158")'>show</button></p> <div id='x1158' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p>This section is different from the others. Most other sections of |
︙ | ︙ |
︙ | ︙ | |||
94 95 96 97 98 99 100 | <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>INDEXED BY</h2></div> <p>The INDEXED BY phrase forces the <a href="optoverview.html">SQLite query planner</a> to use a particular named index on a <a href="lang_delete.html">DELETE</a>, <a href="lang_select.html">SELECT</a>, or <a href="lang_update.html">UPDATE</a> statement. The INDEXED BY phrase is an SQLite extension and is not portable to other SQL database engines.</p> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> | | | | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>INDEXED BY</h2></div> <p>The INDEXED BY phrase forces the <a href="optoverview.html">SQLite query planner</a> to use a particular named index on a <a href="lang_delete.html">DELETE</a>, <a href="lang_select.html">SELECT</a>, or <a href="lang_update.html">UPDATE</a> statement. The INDEXED BY phrase is an SQLite extension and is not portable to other SQL database engines.</p> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> <button id='x1535' onclick='hideorshow("x1535","x1536")'>hide</button></p> <div id='x1536' class='imgcontainer'> <img alt="syntax diagram qualified-table-name" src="images/syntax/qualified-table-name.gif" /> </div> <p>The "INDEXED BY <span class='yyterm'>index-name</span>" phrase specifies that the named index must be used in order to look up values on the preceding table. |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>INSERT</h2></div><p><b><a href="syntax/insert-stmt.html">insert-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > > > > > > > > > > > > > > > | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>INSERT</h2></div><p><b><a href="syntax/insert-stmt.html">insert-stmt:</a></b> <button id='x1159' onclick='hideorshow("x1159","x1160")'>hide</button></p> <div id='x1160' class='imgcontainer'> <img alt="syntax diagram insert-stmt" src="images/syntax/insert-stmt.gif" /> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1161' onclick='hideorshow("x1161","x1162")'>show</button></p> <div id='x1162' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1163' onclick='hideorshow("x1163","x1164")'>show</button></p> <div id='x1164' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1165' onclick='hideorshow("x1165","x1166")'>show</button></p> <div id='x1166' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1167' onclick='hideorshow("x1167","x1168")'>show</button></p> <div id='x1168' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1169' onclick='hideorshow("x1169","x1170")'>show</button></p> <div id='x1170' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1171' onclick='hideorshow("x1171","x1172")'>show</button></p> <div id='x1172' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1173' onclick='hideorshow("x1173","x1174")'>show</button></p> <div id='x1174' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1175' onclick='hideorshow("x1175","x1176")'>show</button></p> <div id='x1176' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1177' onclick='hideorshow("x1177","x1178")'>show</button></p> <div id='x1178' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1179' onclick='hideorshow("x1179","x1180")'>show</button></p> <div id='x1180' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1181' onclick='hideorshow("x1181","x1182")'>show</button></p> <div id='x1182' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1183' onclick='hideorshow("x1183","x1184")'>show</button></p> <div id='x1184' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1185' onclick='hideorshow("x1185","x1186")'>show</button></p> <div id='x1186' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1187' onclick='hideorshow("x1187","x1188")'>show</button></p> <div id='x1188' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/upsert-clause.html">upsert-clause:</a></b> <button id='x1189' onclick='hideorshow("x1189","x1190")'>show</button></p> <div id='x1190' style='display:none;' class='imgcontainer'> <img alt="syntax diagram upsert-clause" src="images/syntax/upsert-clause.gif" /> <p><b><a href="syntax/column-name-list.html">column-name-list:</a></b> <button id='x1191' onclick='hideorshow("x1191","x1192")'>show</button></p> <div id='x1192' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-name-list" src="images/syntax/column-name-list.gif" /> </div> <p><b><a href="syntax/indexed-column.html">indexed-column:</a></b> <button id='x1193' onclick='hideorshow("x1193","x1194")'>show</button></p> <div id='x1194' style='display:none;' class='imgcontainer'> <img alt="syntax diagram indexed-column" src="images/syntax/indexed-column.gif" /> </div> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1195' onclick='hideorshow("x1195","x1196")'>show</button></p> <div id='x1196' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1197' onclick='hideorshow("x1197","x1198")'>show</button></p> <div id='x1198' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> </div> </div> <p>The INSERT statement comes in three basic forms. |
︙ | ︙ | |||
205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | specified, the number of columns in the result of the SELECT must be the same as the number of items in the column-list. Otherwise, if no column-list is specified, the number of columns in the result of the SELECT must be the same as the number of columns in the table. Any SELECT statement, including <a href="lang_select.html#compound">compound SELECTs</a> and SELECT statements with <a href="lang_select.html#orderby">ORDER BY</a> and/or <a href="lang_select.html#limitoffset">LIMIT</a> clauses, may be used in an INSERT statement of this form. <li><p><b>INSERT INTO </b><i>table</i><b> DEFAULT VALUES;</b> <p>The third form of an INSERT statement is with DEFAULT VALUES. The INSERT ... DEFAULT VALUES statement inserts a single new row into the named table. Each column of the new row is populated with its <a href="lang_createtable.html#dfltval">default value</a>, or with a NULL if no default value is specified as part of the column definition in the <a href="lang_createtable.html">CREATE TABLE</a> statement. </ol> <p> The initial "INSERT" keyword can be replaced by "REPLACE" or "INSERT OR <i>action</i>" to specify an alternative constraint <a href="lang_conflict.html">conflict resolution algorithm</a> to use during that one INSERT command. For compatibility with MySQL, the parser allows the use of the single keyword <a href="lang_replace.html">REPLACE</a> as an alias for "INSERT OR REPLACE". <p>The optional "<i>schema-name</i><b>.</b>" prefix on the <span class='yyterm'>table-name</span> is supported for top-level INSERT statements only. The table name must be unqualified for INSERT statements that occur within <a href="lang_createtrigger.html">CREATE TRIGGER</a> statements. Similarly, the "DEFAULT VALUES" form of the INSERT statement is supported for top-level INSERT statements only and not for INSERT statements within triggers. <p> | > > > > > > > > > > > > > > > > > > > | 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 | specified, the number of columns in the result of the SELECT must be the same as the number of items in the column-list. Otherwise, if no column-list is specified, the number of columns in the result of the SELECT must be the same as the number of columns in the table. Any SELECT statement, including <a href="lang_select.html#compound">compound SELECTs</a> and SELECT statements with <a href="lang_select.html#orderby">ORDER BY</a> and/or <a href="lang_select.html#limitoffset">LIMIT</a> clauses, may be used in an INSERT statement of this form. <p>To avoid a parsing ambiguity, the SELECT statement should always contain a WHERE clause, even if that clause is simply "WHERE true", if the <a href="syntax/upsert-clause.html">upsert-clause</a> is present. Without the WHERE clause, the parser does not know if the token "ON" is part of a join constraint on the SELECT, or the beginning of the <a href="syntax/upsert-clause.html">upsert-clause</a>. <li><p><b>INSERT INTO </b><i>table</i><b> DEFAULT VALUES;</b> <p>The third form of an INSERT statement is with DEFAULT VALUES. The INSERT ... DEFAULT VALUES statement inserts a single new row into the named table. Each column of the new row is populated with its <a href="lang_createtable.html#dfltval">default value</a>, or with a NULL if no default value is specified as part of the column definition in the <a href="lang_createtable.html">CREATE TABLE</a> statement. The <a href="syntax/upsert-clause.html">upsert-clause</a> is not supported after DEFAULT VALUES. </ol> <p> The initial "INSERT" keyword can be replaced by "REPLACE" or "INSERT OR <i>action</i>" to specify an alternative constraint <a href="lang_conflict.html">conflict resolution algorithm</a> to use during that one INSERT command. For compatibility with MySQL, the parser allows the use of the single keyword <a href="lang_replace.html">REPLACE</a> as an alias for "INSERT OR REPLACE". <p>The optional "<i>schema-name</i><b>.</b>" prefix on the <span class='yyterm'>table-name</span> is supported for top-level INSERT statements only. The table name must be unqualified for INSERT statements that occur within <a href="lang_createtrigger.html">CREATE TRIGGER</a> statements. Similarly, the "DEFAULT VALUES" form of the INSERT statement is supported for top-level INSERT statements only and not for INSERT statements within triggers. <p> <p>The optional "AS <span class='yyterm'>alias</span>" phrase provides an alternative name for the table into which content is being inserted. The alias name can be used within WHERE and SET clauses of the <a href="lang_UPSERT.html">UPSERT</a>. If there is no <a href="syntax/upsert-clause.html">upsert-clause</a>, then the <span class='yyterm'>alias</span> is pointless, but also harmless. <p>See the separate <a href="lang_UPSERT.html">UPSERT</a> documentation for the additional trailing syntax that can cause an INSERT to behave as an UPDATE if the INSERT would otherwise violate a uniqueness constraint. The <a href="lang_UPSERT.html">upsert clause</a> is not allowed on an "INSERT ... DEFAULT VALUES". |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>REINDEX</h2></div><p><b><a href="syntax/reindex-stmt.html">reindex-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>REINDEX</h2></div><p><b><a href="syntax/reindex-stmt.html">reindex-stmt:</a></b> <button id='x1235' onclick='hideorshow("x1235","x1236")'>hide</button></p> <div id='x1236' class='imgcontainer'> <img alt="syntax diagram reindex-stmt" src="images/syntax/reindex-stmt.gif" /> </div> <p>The REINDEX command is used to delete and recreate indices from scratch. This is useful when the definition of a collation sequence has changed. </p> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>SAVEPOINT</h2></div><p><b><a href="syntax/savepoint-stmt.html">savepoint-stmt:</a></b> | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>SAVEPOINT</h2></div><p><b><a href="syntax/savepoint-stmt.html">savepoint-stmt:</a></b> <button id='x867' onclick='hideorshow("x867","x868")'>hide</button></p> <div id='x868' class='imgcontainer'> <img alt="syntax diagram savepoint-stmt" src="images/syntax/savepoint-stmt.gif" /> </div> <p><b><a href="syntax/release-stmt.html">release-stmt:</a></b> <button id='x869' onclick='hideorshow("x869","x870")'>hide</button></p> <div id='x870' class='imgcontainer'> <img alt="syntax diagram release-stmt" src="images/syntax/release-stmt.gif" /> </div> <p><b><a href="syntax/rollback-stmt.html">rollback-stmt:</a></b> <button id='x871' onclick='hideorshow("x871","x872")'>hide</button></p> <div id='x872' class='imgcontainer'> <img alt="syntax diagram rollback-stmt" src="images/syntax/rollback-stmt.gif" /> </div> <p> SAVEPOINTs are a method of creating transactions, similar to <a href="lang_transaction.html">BEGIN</a> and <a href="lang_transaction.html">COMMIT</a>, except that the SAVEPOINT and RELEASE commands are named and may be nested.</p> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>SELECT</h2></div><p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>SELECT</h2></div><p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1273' onclick='hideorshow("x1273","x1274")'>hide</button></p> <div id='x1274' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1275' onclick='hideorshow("x1275","x1276")'>show</button></p> <div id='x1276' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1277' onclick='hideorshow("x1277","x1278")'>show</button></p> <div id='x1278' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1279' onclick='hideorshow("x1279","x1280")'>show</button></p> <div id='x1280' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1281' onclick='hideorshow("x1281","x1282")'>show</button></p> <div id='x1282' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1283' onclick='hideorshow("x1283","x1284")'>show</button></p> <div id='x1284' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1285' onclick='hideorshow("x1285","x1286")'>show</button></p> <div id='x1286' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1287' onclick='hideorshow("x1287","x1288")'>show</button></p> <div id='x1288' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1289' onclick='hideorshow("x1289","x1290")'>show</button></p> <div id='x1290' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1291' onclick='hideorshow("x1291","x1292")'>show</button></p> <div id='x1292' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1293' onclick='hideorshow("x1293","x1294")'>show</button></p> <div id='x1294' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1295' onclick='hideorshow("x1295","x1296")'>show</button></p> <div id='x1296' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1297' onclick='hideorshow("x1297","x1298")'>show</button></p> <div id='x1298' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1299' onclick='hideorshow("x1299","x1300")'>show</button></p> <div id='x1300' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p>The SELECT statement is used to query the database. The result of a SELECT is zero or more rows of data where each row has a fixed number of columns. A SELECT statement does not make any changes to the database. <p>The "<a href="syntax/select-stmt.html">select-stmt</a>" syntax diagram above attempts to show as much of the SELECT statement syntax as possible in a single diagram, because some readers find that helpful. The following "<a href="syntax/factored-select-stmt.html">factored-select-stmt</a>" is an alternative syntax diagrams that expresses the same syntax but tries to break the syntax down into smaller chunks. <p><b><a href="syntax/factored-select-stmt.html">factored-select-stmt:</a></b> <button id='x1301' onclick='hideorshow("x1301","x1302")'>show</button></p> <div id='x1302' style='display:none;' class='imgcontainer'> <img alt="syntax diagram factored-select-stmt" src="images/syntax/factored-select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1303' onclick='hideorshow("x1303","x1304")'>show</button></p> <div id='x1304' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1305' onclick='hideorshow("x1305","x1306")'>show</button></p> <div id='x1306' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1307' onclick='hideorshow("x1307","x1308")'>show</button></p> <div id='x1308' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1309' onclick='hideorshow("x1309","x1310")'>show</button></p> <div id='x1310' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1311' onclick='hideorshow("x1311","x1312")'>show</button></p> <div id='x1312' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1313' onclick='hideorshow("x1313","x1314")'>show</button></p> <div id='x1314' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1315' onclick='hideorshow("x1315","x1316")'>show</button></p> <div id='x1316' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1317' onclick='hideorshow("x1317","x1318")'>show</button></p> <div id='x1318' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1319' onclick='hideorshow("x1319","x1320")'>show</button></p> <div id='x1320' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1321' onclick='hideorshow("x1321","x1322")'>show</button></p> <div id='x1322' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1323' onclick='hideorshow("x1323","x1324")'>show</button></p> <div id='x1324' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1325' onclick='hideorshow("x1325","x1326")'>show</button></p> <div id='x1326' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1327' onclick='hideorshow("x1327","x1328")'>show</button></p> <div id='x1328' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1329' onclick='hideorshow("x1329","x1330")'>show</button></p> <div id='x1330' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1331' onclick='hideorshow("x1331","x1332")'>show</button></p> <div id='x1332' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1333' onclick='hideorshow("x1333","x1334")'>show</button></p> <div id='x1334' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1335' onclick='hideorshow("x1335","x1336")'>show</button></p> <div id='x1336' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1337' onclick='hideorshow("x1337","x1338")'>show</button></p> <div id='x1338' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1339' onclick='hideorshow("x1339","x1340")'>show</button></p> <div id='x1340' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1341' onclick='hideorshow("x1341","x1342")'>show</button></p> <div id='x1342' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/select-core.html">select-core:</a></b> <button id='x1343' onclick='hideorshow("x1343","x1344")'>show</button></p> <div id='x1344' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-core" src="images/syntax/select-core.gif" /> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1345' onclick='hideorshow("x1345","x1346")'>show</button></p> <div id='x1346' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1347' onclick='hideorshow("x1347","x1348")'>show</button></p> <div id='x1348' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1349' onclick='hideorshow("x1349","x1350")'>show</button></p> <div id='x1350' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1351' onclick='hideorshow("x1351","x1352")'>show</button></p> <div id='x1352' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1353' onclick='hideorshow("x1353","x1354")'>show</button></p> <div id='x1354' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1355' onclick='hideorshow("x1355","x1356")'>show</button></p> <div id='x1356' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> </div> </div> </div> </div> |
︙ | ︙ | |||
340 341 342 343 344 345 346 | <h3>Simple Select Processing</h3> <p>The core of a SELECT statement is a "simple SELECT" shown by the <a href="syntax/select-core.html">select-core</a> and <a href="syntax/simple-select-stmt.html">simple-select-stmt</a> syntax diagrams below. In practice, most SELECT statements are simple SELECT statements. <p><b><a href="syntax/simple-select-stmt.html">simple-select-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 | <h3>Simple Select Processing</h3> <p>The core of a SELECT statement is a "simple SELECT" shown by the <a href="syntax/select-core.html">select-core</a> and <a href="syntax/simple-select-stmt.html">simple-select-stmt</a> syntax diagrams below. In practice, most SELECT statements are simple SELECT statements. <p><b><a href="syntax/simple-select-stmt.html">simple-select-stmt:</a></b> <button id='x1357' onclick='hideorshow("x1357","x1358")'>hide</button></p> <div id='x1358' class='imgcontainer'> <img alt="syntax diagram simple-select-stmt" src="images/syntax/simple-select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1359' onclick='hideorshow("x1359","x1360")'>show</button></p> <div id='x1360' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1361' onclick='hideorshow("x1361","x1362")'>show</button></p> <div id='x1362' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1363' onclick='hideorshow("x1363","x1364")'>show</button></p> <div id='x1364' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1365' onclick='hideorshow("x1365","x1366")'>show</button></p> <div id='x1366' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1367' onclick='hideorshow("x1367","x1368")'>show</button></p> <div id='x1368' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1369' onclick='hideorshow("x1369","x1370")'>show</button></p> <div id='x1370' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1371' onclick='hideorshow("x1371","x1372")'>show</button></p> <div id='x1372' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1373' onclick='hideorshow("x1373","x1374")'>show</button></p> <div id='x1374' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1375' onclick='hideorshow("x1375","x1376")'>show</button></p> <div id='x1376' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1377' onclick='hideorshow("x1377","x1378")'>show</button></p> <div id='x1378' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1379' onclick='hideorshow("x1379","x1380")'>show</button></p> <div id='x1380' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1381' onclick='hideorshow("x1381","x1382")'>show</button></p> <div id='x1382' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1383' onclick='hideorshow("x1383","x1384")'>show</button></p> <div id='x1384' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1385' onclick='hideorshow("x1385","x1386")'>show</button></p> <div id='x1386' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1387' onclick='hideorshow("x1387","x1388")'>show</button></p> <div id='x1388' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1389' onclick='hideorshow("x1389","x1390")'>show</button></p> <div id='x1390' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1391' onclick='hideorshow("x1391","x1392")'>show</button></p> <div id='x1392' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1393' onclick='hideorshow("x1393","x1394")'>show</button></p> <div id='x1394' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1395' onclick='hideorshow("x1395","x1396")'>show</button></p> <div id='x1396' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1397' onclick='hideorshow("x1397","x1398")'>show</button></p> <div id='x1398' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1399' onclick='hideorshow("x1399","x1400")'>show</button></p> <div id='x1400' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/select-core.html">select-core:</a></b> <button id='x1401' onclick='hideorshow("x1401","x1402")'>hide</button></p> <div id='x1402' class='imgcontainer'> <img alt="syntax diagram select-core" src="images/syntax/select-core.gif" /> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1403' onclick='hideorshow("x1403","x1404")'>show</button></p> <div id='x1404' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1405' onclick='hideorshow("x1405","x1406")'>show</button></p> <div id='x1406' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1407' onclick='hideorshow("x1407","x1408")'>show</button></p> <div id='x1408' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1409' onclick='hideorshow("x1409","x1410")'>show</button></p> <div id='x1410' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1411' onclick='hideorshow("x1411","x1412")'>show</button></p> <div id='x1412' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1413' onclick='hideorshow("x1413","x1414")'>show</button></p> <div id='x1414' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1415' onclick='hideorshow("x1415","x1416")'>show</button></p> <div id='x1416' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> </div> </div> </div> </div> |
︙ | ︙ | |||
800 801 802 803 804 805 806 | <h3>Compound Select Statements</h3> <p>Two or more <a href="lang_select.html#simpleselect">simple SELECT</a> statements may be connected together to form a compound SELECT using the UNION, UNION ALL, INTERSECT or EXCEPT operator, as shown by the following diagram: <p><b><a href="syntax/compound-select-stmt.html">compound-select-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 | <h3>Compound Select Statements</h3> <p>Two or more <a href="lang_select.html#simpleselect">simple SELECT</a> statements may be connected together to form a compound SELECT using the UNION, UNION ALL, INTERSECT or EXCEPT operator, as shown by the following diagram: <p><b><a href="syntax/compound-select-stmt.html">compound-select-stmt:</a></b> <button id='x1417' onclick='hideorshow("x1417","x1418")'>hide</button></p> <div id='x1418' class='imgcontainer'> <img alt="syntax diagram compound-select-stmt" src="images/syntax/compound-select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1419' onclick='hideorshow("x1419","x1420")'>show</button></p> <div id='x1420' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1421' onclick='hideorshow("x1421","x1422")'>show</button></p> <div id='x1422' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1423' onclick='hideorshow("x1423","x1424")'>show</button></p> <div id='x1424' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1425' onclick='hideorshow("x1425","x1426")'>show</button></p> <div id='x1426' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1427' onclick='hideorshow("x1427","x1428")'>show</button></p> <div id='x1428' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1429' onclick='hideorshow("x1429","x1430")'>show</button></p> <div id='x1430' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1431' onclick='hideorshow("x1431","x1432")'>show</button></p> <div id='x1432' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1433' onclick='hideorshow("x1433","x1434")'>show</button></p> <div id='x1434' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1435' onclick='hideorshow("x1435","x1436")'>show</button></p> <div id='x1436' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1437' onclick='hideorshow("x1437","x1438")'>show</button></p> <div id='x1438' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1439' onclick='hideorshow("x1439","x1440")'>show</button></p> <div id='x1440' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1441' onclick='hideorshow("x1441","x1442")'>show</button></p> <div id='x1442' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1443' onclick='hideorshow("x1443","x1444")'>show</button></p> <div id='x1444' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1445' onclick='hideorshow("x1445","x1446")'>show</button></p> <div id='x1446' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1447' onclick='hideorshow("x1447","x1448")'>show</button></p> <div id='x1448' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1449' onclick='hideorshow("x1449","x1450")'>show</button></p> <div id='x1450' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1451' onclick='hideorshow("x1451","x1452")'>show</button></p> <div id='x1452' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1453' onclick='hideorshow("x1453","x1454")'>show</button></p> <div id='x1454' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1455' onclick='hideorshow("x1455","x1456")'>show</button></p> <div id='x1456' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1457' onclick='hideorshow("x1457","x1458")'>show</button></p> <div id='x1458' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1459' onclick='hideorshow("x1459","x1460")'>show</button></p> <div id='x1460' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/select-core.html">select-core:</a></b> <button id='x1461' onclick='hideorshow("x1461","x1462")'>show</button></p> <div id='x1462' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-core" src="images/syntax/select-core.gif" /> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1463' onclick='hideorshow("x1463","x1464")'>show</button></p> <div id='x1464' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1465' onclick='hideorshow("x1465","x1466")'>show</button></p> <div id='x1466' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1467' onclick='hideorshow("x1467","x1468")'>show</button></p> <div id='x1468' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1469' onclick='hideorshow("x1469","x1470")'>show</button></p> <div id='x1470' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1471' onclick='hideorshow("x1471","x1472")'>show</button></p> <div id='x1472' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1473' onclick='hideorshow("x1473","x1474")'>show</button></p> <div id='x1474' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1475' onclick='hideorshow("x1475","x1476")'>show</button></p> <div id='x1476' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>BEGIN TRANSACTION</h2></div><p><b><a href="syntax/begin-stmt.html">begin-stmt:</a></b> | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>BEGIN TRANSACTION</h2></div><p><b><a href="syntax/begin-stmt.html">begin-stmt:</a></b> <button id='x861' onclick='hideorshow("x861","x862")'>hide</button></p> <div id='x862' class='imgcontainer'> <img alt="syntax diagram begin-stmt" src="images/syntax/begin-stmt.gif" /> </div> <p><b><a href="syntax/commit-stmt.html">commit-stmt:</a></b> <button id='x863' onclick='hideorshow("x863","x864")'>hide</button></p> <div id='x864' class='imgcontainer'> <img alt="syntax diagram commit-stmt" src="images/syntax/commit-stmt.gif" /> </div> <p><b><a href="syntax/rollback-stmt.html">rollback-stmt:</a></b> <button id='x865' onclick='hideorshow("x865","x866")'>hide</button></p> <div id='x866' class='imgcontainer'> <img alt="syntax diagram rollback-stmt" src="images/syntax/rollback-stmt.gif" /> </div> <p> No changes can be made to the database except within a transaction. Any command that changes the database (basically, any SQL command |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>UPDATE</h2></div><p><b><a href="syntax/update-stmt.html">update-stmt:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>UPDATE</h2></div><p><b><a href="syntax/update-stmt.html">update-stmt:</a></b> <button id='x1477' onclick='hideorshow("x1477","x1478")'>hide</button></p> <div id='x1478' class='imgcontainer'> <img alt="syntax diagram update-stmt" src="images/syntax/update-stmt.gif" /> <p><b><a href="syntax/column-name-list.html">column-name-list:</a></b> <button id='x1479' onclick='hideorshow("x1479","x1480")'>show</button></p> <div id='x1480' style='display:none;' class='imgcontainer'> <img alt="syntax diagram column-name-list" src="images/syntax/column-name-list.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1481' onclick='hideorshow("x1481","x1482")'>show</button></p> <div id='x1482' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1483' onclick='hideorshow("x1483","x1484")'>show</button></p> <div id='x1484' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1485' onclick='hideorshow("x1485","x1486")'>show</button></p> <div id='x1486' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1487' onclick='hideorshow("x1487","x1488")'>show</button></p> <div id='x1488' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1489' onclick='hideorshow("x1489","x1490")'>show</button></p> <div id='x1490' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1491' onclick='hideorshow("x1491","x1492")'>show</button></p> <div id='x1492' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1493' onclick='hideorshow("x1493","x1494")'>show</button></p> <div id='x1494' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1495' onclick='hideorshow("x1495","x1496")'>show</button></p> <div id='x1496' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1497' onclick='hideorshow("x1497","x1498")'>show</button></p> <div id='x1498' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1499' onclick='hideorshow("x1499","x1500")'>show</button></p> <div id='x1500' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1501' onclick='hideorshow("x1501","x1502")'>show</button></p> <div id='x1502' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1503' onclick='hideorshow("x1503","x1504")'>show</button></p> <div id='x1504' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1505' onclick='hideorshow("x1505","x1506")'>show</button></p> <div id='x1506' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1507' onclick='hideorshow("x1507","x1508")'>show</button></p> <div id='x1508' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/qualified-table-name.html">qualified-table-name:</a></b> <button id='x1509' onclick='hideorshow("x1509","x1510")'>show</button></p> <div id='x1510' style='display:none;' class='imgcontainer'> <img alt="syntax diagram qualified-table-name" src="images/syntax/qualified-table-name.gif" /> </div> <p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1511' onclick='hideorshow("x1511","x1512")'>show</button></p> <div id='x1512' style='display:none;' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1513' onclick='hideorshow("x1513","x1514")'>show</button></p> <div id='x1514' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1515' onclick='hideorshow("x1515","x1516")'>show</button></p> <div id='x1516' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1517' onclick='hideorshow("x1517","x1518")'>show</button></p> <div id='x1518' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1519' onclick='hideorshow("x1519","x1520")'>show</button></p> <div id='x1520' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1521' onclick='hideorshow("x1521","x1522")'>show</button></p> <div id='x1522' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1523' onclick='hideorshow("x1523","x1524")'>show</button></p> <div id='x1524' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1525' onclick='hideorshow("x1525","x1526")'>show</button></p> <div id='x1526' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1527' onclick='hideorshow("x1527","x1528")'>show</button></p> <div id='x1528' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1529' onclick='hideorshow("x1529","x1530")'>show</button></p> <div id='x1530' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1531' onclick='hideorshow("x1531","x1532")'>show</button></p> <div id='x1532' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> </div> |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>VACUUM</h2></div><p><b><a href="syntax/vacuum-stmt.html">vacuum-stmt:</a></b> | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>VACUUM</h2></div><p><b><a href="syntax/vacuum-stmt.html">vacuum-stmt:</a></b> <button id='x1533' onclick='hideorshow("x1533","x1534")'>hide</button></p> <div id='x1534' class='imgcontainer'> <img alt="syntax diagram vacuum-stmt" src="images/syntax/vacuum-stmt.gif" /> </div> <p> The VACUUM command rebuilds the database file, repacking it into a minimal amount of disk space. There are several |
︙ | ︙ |
︙ | ︙ | |||
88 89 90 91 92 93 94 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>WITH clause</h2></div><p><b><a href="syntax/with-clause.html">with-clause:</a></b> | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | b.innerHTML='hide'; } return false; } </script> </div> <div class=nosearch><h1 align="center">SQL As Understood By SQLite</h1><p><a href="lang.html">[Top]</a></p><h2>WITH clause</h2></div><p><b><a href="syntax/with-clause.html">with-clause:</a></b> <button id='x1237' onclick='hideorshow("x1237","x1238")'>hide</button></p> <div id='x1238' class='imgcontainer'> <img alt="syntax diagram with-clause" src="images/syntax/with-clause.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1239' onclick='hideorshow("x1239","x1240")'>show</button></p> <div id='x1240' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> <p><b><a href="syntax/select-stmt.html">select-stmt:</a></b> <button id='x1241' onclick='hideorshow("x1241","x1242")'>show</button></p> <div id='x1242' style='display:none;' class='imgcontainer'> <img alt="syntax diagram select-stmt" src="images/syntax/select-stmt.gif" /> <p><b><a href="syntax/common-table-expression.html">common-table-expression:</a></b> <button id='x1243' onclick='hideorshow("x1243","x1244")'>show</button></p> <div id='x1244' style='display:none;' class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="images/syntax/common-table-expression.gif" /> </div> <p><b><a href="syntax/compound-operator.html">compound-operator:</a></b> <button id='x1245' onclick='hideorshow("x1245","x1246")'>show</button></p> <div id='x1246' style='display:none;' class='imgcontainer'> <img alt="syntax diagram compound-operator" src="images/syntax/compound-operator.gif" /> </div> <p><b><a href="syntax/expr.html">expr:</a></b> <button id='x1247' onclick='hideorshow("x1247","x1248")'>show</button></p> <div id='x1248' style='display:none;' class='imgcontainer'> <img alt="syntax diagram expr" src="images/syntax/expr.gif" /> <p><b><a href="syntax/literal-value.html">literal-value:</a></b> <button id='x1249' onclick='hideorshow("x1249","x1250")'>show</button></p> <div id='x1250' style='display:none;' class='imgcontainer'> <img alt="syntax diagram literal-value" src="images/syntax/literal-value.gif" /> </div> <p><b><a href="syntax/raise-function.html">raise-function:</a></b> <button id='x1251' onclick='hideorshow("x1251","x1252")'>show</button></p> <div id='x1252' style='display:none;' class='imgcontainer'> <img alt="syntax diagram raise-function" src="images/syntax/raise-function.gif" /> </div> <p><b><a href="syntax/type-name.html">type-name:</a></b> <button id='x1253' onclick='hideorshow("x1253","x1254")'>show</button></p> <div id='x1254' style='display:none;' class='imgcontainer'> <img alt="syntax diagram type-name" src="images/syntax/type-name.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1255' onclick='hideorshow("x1255","x1256")'>show</button></p> <div id='x1256' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p><b><a href="syntax/join-clause.html">join-clause:</a></b> <button id='x1257' onclick='hideorshow("x1257","x1258")'>show</button></p> <div id='x1258' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-clause" src="images/syntax/join-clause.gif" /> <p><b><a href="syntax/join-constraint.html">join-constraint:</a></b> <button id='x1259' onclick='hideorshow("x1259","x1260")'>show</button></p> <div id='x1260' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-constraint" src="images/syntax/join-constraint.gif" /> </div> <p><b><a href="syntax/join-operator.html">join-operator:</a></b> <button id='x1261' onclick='hideorshow("x1261","x1262")'>show</button></p> <div id='x1262' style='display:none;' class='imgcontainer'> <img alt="syntax diagram join-operator" src="images/syntax/join-operator.gif" /> </div> </div> <p><b><a href="syntax/ordering-term.html">ordering-term:</a></b> <button id='x1263' onclick='hideorshow("x1263","x1264")'>show</button></p> <div id='x1264' style='display:none;' class='imgcontainer'> <img alt="syntax diagram ordering-term" src="images/syntax/ordering-term.gif" /> </div> <p><b><a href="syntax/result-column.html">result-column:</a></b> <button id='x1265' onclick='hideorshow("x1265","x1266")'>show</button></p> <div id='x1266' style='display:none;' class='imgcontainer'> <img alt="syntax diagram result-column" src="images/syntax/result-column.gif" /> </div> <p><b><a href="syntax/table-or-subquery.html">table-or-subquery:</a></b> <button id='x1267' onclick='hideorshow("x1267","x1268")'>show</button></p> <div id='x1268' style='display:none;' class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="images/syntax/table-or-subquery.gif" /> </div> </div> </div> <p>Common Table Expressions or CTEs act like temporary <a href="lang_createview.html">views</a> that exist |
︙ | ︙ | |||
221 222 223 224 225 226 227 | of the compound select, and nowhere else. </ol> <p>To put it another way, a recursive common table expression must look like the following: <p><b><a href="syntax/recursive-cte.html">recursive-cte:</a></b> | | | | | | 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | of the compound select, and nowhere else. </ol> <p>To put it another way, a recursive common table expression must look like the following: <p><b><a href="syntax/recursive-cte.html">recursive-cte:</a></b> <button id='x1269' onclick='hideorshow("x1269","x1270")'>hide</button></p> <div id='x1270' class='imgcontainer'> <img alt="syntax diagram recursive-cte" src="images/syntax/recursive-cte.gif" /> <p><b><a href="syntax/cte-table-name.html">cte-table-name:</a></b> <button id='x1271' onclick='hideorshow("x1271","x1272")'>show</button></p> <div id='x1272' style='display:none;' class='imgcontainer'> <img alt="syntax diagram cte-table-name" src="images/syntax/cte-table-name.gif" /> </div> </div> <p>Call the table named by the <a href="syntax/cte-table-name.html">cte-table-name</a> in a recursive common table expression the "recursive table". |
︙ | ︙ |
︙ | ︙ | |||
126 127 128 129 130 131 132 | opportunity to add new PRAGMA statements or to override the meaning of built-in PRAGMA statements.</p> <hr /><a name="syntax"></a> <h2>PRAGMA command syntax</h2> <p><b><a href="syntax/pragma-stmt.html">pragma-stmt:</a></b> | | | | | | | | 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | opportunity to add new PRAGMA statements or to override the meaning of built-in PRAGMA statements.</p> <hr /><a name="syntax"></a> <h2>PRAGMA command syntax</h2> <p><b><a href="syntax/pragma-stmt.html">pragma-stmt:</a></b> <button id='x1569' onclick='hideorshow("x1569","x1570")'>hide</button></p> <div id='x1570' class='imgcontainer'> <img alt="syntax diagram pragma-stmt" src="images/syntax/pragma-stmt.gif" /> <p><b><a href="syntax/pragma-value.html">pragma-value:</a></b> <button id='x1571' onclick='hideorshow("x1571","x1572")'>hide</button></p> <div id='x1572' class='imgcontainer'> <img alt="syntax diagram pragma-value" src="images/syntax/pragma-value.gif" /> <p><b><a href="syntax/signed-number.html">signed-number:</a></b> <button id='x1573' onclick='hideorshow("x1573","x1574")'>show</button></p> <div id='x1574' style='display:none;' class='imgcontainer'> <img alt="syntax diagram signed-number" src="images/syntax/signed-number.gif" /> </div> </div> </div> <p> |
︙ | ︙ | |||
245 246 247 248 249 250 251 | cannot use this feature. </ul> <hr /><a name="toc"></a> <h2>List Of PRAGMAs</h2> <style> | | | | | 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 | cannot use this feature. </ul> <hr /><a name="toc"></a> <h2>List Of PRAGMAs</h2> <style> #listtab34 tr td {vertical-align:top;} </style> <table id='listtab34' width='100%'></table> <script> var listitems34 = [{"u":"pragma.html#pragma_application_id","x":"application_id","s":0}, {"u":"pragma.html#pragma_auto_vacuum","x":"auto_vacuum","s":0}, {"u":"pragma.html#pragma_automatic_index","x":"automatic_index","s":0}, {"u":"pragma.html#pragma_busy_timeout","x":"busy_timeout","s":0}, {"u":"pragma.html#pragma_cache_size","x":"cache_size","s":0}, {"u":"pragma.html#pragma_cache_spill","x":"cache_spill","s":0}, {"u":"pragma.html#pragma_case_sensitive_like","x":"case_sensitive_like","s":0}, {"u":"pragma.html#pragma_cell_size_check","x":"cell_size_check","s":0}, |
︙ | ︙ | |||
321 322 323 324 325 326 327 | {"u":"pragma.html#pragma_wal_autocheckpoint","x":"wal_autocheckpoint","s":0}, {"u":"pragma.html#pragma_wal_checkpoint","x":"wal_checkpoint","s":0}, {"u":"pragma.html#pragma_writable_schema","x":"writable_schema","s":5}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/250); if(nCol<=0) nCol=1; | | | | | | | | | | | | | | 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 | {"u":"pragma.html#pragma_wal_autocheckpoint","x":"wal_autocheckpoint","s":0}, {"u":"pragma.html#pragma_wal_checkpoint","x":"wal_checkpoint","s":0}, {"u":"pragma.html#pragma_writable_schema","x":"writable_schema","s":5}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/250); if(nCol<=0) nCol=1; var nRow = Math.ceil((listitems34.length+1)/nCol); var h="<tr><td><ul class='multicol_list'>" var ea for(var i=0; i<listitems34.length; i++){ if( (++j)>nRow ){ h += "</ul></td>\n<td><ul class='multicol_list'>\n"; j = 1; } if(listitems34[i].u=="" || listitems34[i].s==2){ h += "<li>" ea = "" }else{ h += "<li><a href='"; h += listitems34[i].u; h += "'>"; ea = "</a>" } if(listitems34[i].s==2 || listitems34[i].s==3) h += "<s>" h += listitems34[i].x; if(listitems34[i].s==2 || listitems34[i].s==3) h += "</s>" h += ea if(listitems34[i].s==1) h += "<small><i>(exp)</i></small>\n"; if(listitems34[i].s==3) h += "¹\n"; if(listitems34[i].s==4) h += "²\n"; if(listitems34[i].s==5) h += "³\n"; } document.getElementById("listtab34").innerHTML = h; </script> <p>Notes: <ol> <li>Pragmas whose names are <s>struck through</s> are deprecated. Do not use them. They exist for historical compatibility. |
︙ | ︙ | |||
578 579 580 581 582 583 584 | <p>Query or change the count-changes flag. Normally, when the count-changes flag is not set, <a href="lang_insert.html">INSERT</a>, <a href="lang_update.html">UPDATE</a> and <a href="lang_delete.html">DELETE</a> statements return no data. When count-changes is set, each of these commands returns a single row of data consisting of one integer value - the number of rows inserted, modified or deleted by the command. The returned change count does not include any insertions, modifications | | | | 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 | <p>Query or change the count-changes flag. Normally, when the count-changes flag is not set, <a href="lang_insert.html">INSERT</a>, <a href="lang_update.html">UPDATE</a> and <a href="lang_delete.html">DELETE</a> statements return no data. When count-changes is set, each of these commands returns a single row of data consisting of one integer value - the number of rows inserted, modified or deleted by the command. The returned change count does not include any insertions, modifications or deletions performed by triggers, any changes made automatically by <a href="foreignkeys.html#fk_actions">foreign key actions</a>, or updates caused by an <a href="lang_UPSERT.html">upsert</a>.</p> <p>Another way to get the row change counts is to use the <a href="c3ref/changes.html">sqlite3_changes()</a> or <a href="c3ref/total_changes.html">sqlite3_total_changes()</a> interfaces. There is a subtle different, though. When an INSERT, UPDATE, or DELETE is run against a view using an <a href="lang_createtrigger.html#instead_of_trigger">INSTEAD OF trigger</a>, the count_changes pragma reports the number of rows in the view that fired the trigger, whereas <a href="c3ref/changes.html">sqlite3_changes()</a> and |
︙ | ︙ | |||
1579 1580 1581 1582 1583 1584 1585 | most commonly used synchronous setting when not in <a href="wal.html">WAL mode</a>.</dd> <dt><b>NORMAL</b> (1)</dt> <dd> When synchronous is NORMAL (1), the SQLite database engine will still sync at the most critical moments, but less often than in FULL mode. There is a very small (though non-zero) chance that a power failure at just the wrong time could corrupt the database in | > > > > | < > > > | | 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 | most commonly used synchronous setting when not in <a href="wal.html">WAL mode</a>.</dd> <dt><b>NORMAL</b> (1)</dt> <dd> When synchronous is NORMAL (1), the SQLite database engine will still sync at the most critical moments, but less often than in FULL mode. There is a very small (though non-zero) chance that a power failure at just the wrong time could corrupt the database in <a href="pragma.html#pragma_journal_mode">journal_mode</a>=DELETE on an older filesystem. <a href="wal.html">WAL mode</a> is safe from corruption with synchronous=NORMAL, and probably DELETE mode is safe too on modern filesystems. WAL mode is always consistent with synchronous=NORMAL, but WAL mode does lose durability. A transaction committed in WAL mode with synchronous=NORMAL might roll back following a power loss or system crash. Transactions are durable across application crashes regardless of the synchronous setting or journal mode. The synchronous=NORMAL setting is a good choice for most applications running in <a href="wal.html">WAL mode</a>.</dd> <dt><b>OFF</b> (0)</dt> <dd> With synchronous OFF (0), SQLite continues without syncing as soon as it has handed data off to the operating system. If the application running SQLite crashes, the data will be safe, but the database <a href="howtocorrupt.html#cfgerr">might become corrupted</a> if the operating system crashes or the computer loses power before that data has been written |
︙ | ︙ |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align="center">List of SQLite Syntax Diagrams</h1> <style> | | | | | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | </script> </div> <h1 align="center">List of SQLite Syntax Diagrams</h1> <style> #listtab42 tr td {vertical-align:top;} </style> <table id='listtab42' width='100%'></table> <script> var listitems42 = [{"u":"syntax/alter-table-stmt.html","x":"alter-table-stmt","s":0}, {"u":"syntax/analyze-stmt.html","x":"analyze-stmt","s":0}, {"u":"syntax/attach-stmt.html","x":"attach-stmt","s":0}, {"u":"syntax/begin-stmt.html","x":"begin-stmt","s":0}, {"u":"syntax/column-constraint.html","x":"column-constraint","s":0}, {"u":"syntax/column-def.html","x":"column-def","s":0}, {"u":"syntax/column-name-list.html","x":"column-name-list","s":0}, {"u":"syntax/comment-syntax.html","x":"comment-syntax","s":0}, |
︙ | ︙ | |||
154 155 156 157 158 159 160 161 162 163 164 165 166 | {"u":"syntax/sql-stmt.html","x":"sql-stmt","s":0}, {"u":"syntax/sql-stmt-list.html","x":"sql-stmt-list","s":0}, {"u":"syntax/table-constraint.html","x":"table-constraint","s":0}, {"u":"syntax/table-or-subquery.html","x":"table-or-subquery","s":0}, {"u":"syntax/type-name.html","x":"type-name","s":0}, {"u":"syntax/update-stmt.html","x":"update-stmt","s":0}, {"u":"syntax/update-stmt-limited.html","x":"update-stmt-limited","s":0}, {"u":"syntax/vacuum-stmt.html","x":"vacuum-stmt","s":0}, {"u":"syntax/with-clause.html","x":"with-clause","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/300); if(nCol<=0) nCol=1; | > | | | | | | | | | | | | | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | {"u":"syntax/sql-stmt.html","x":"sql-stmt","s":0}, {"u":"syntax/sql-stmt-list.html","x":"sql-stmt-list","s":0}, {"u":"syntax/table-constraint.html","x":"table-constraint","s":0}, {"u":"syntax/table-or-subquery.html","x":"table-or-subquery","s":0}, {"u":"syntax/type-name.html","x":"type-name","s":0}, {"u":"syntax/update-stmt.html","x":"update-stmt","s":0}, {"u":"syntax/update-stmt-limited.html","x":"update-stmt-limited","s":0}, {"u":"syntax/upsert-clause.html","x":"upsert-clause","s":0}, {"u":"syntax/vacuum-stmt.html","x":"vacuum-stmt","s":0}, {"u":"syntax/with-clause.html","x":"with-clause","s":0}]; var j = 0; var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); var nCol = Math.floor(w/300); if(nCol<=0) nCol=1; var nRow = Math.ceil((listitems42.length+1)/nCol); var h="<tr><td><ul class='multicol_list'>" var ea for(var i=0; i<listitems42.length; i++){ if( (++j)>nRow ){ h += "</ul></td>\n<td><ul class='multicol_list'>\n"; j = 1; } if(listitems42[i].u=="" || listitems42[i].s==2){ h += "<li>" ea = "" }else{ h += "<li><a href='"; h += listitems42[i].u; h += "'>"; ea = "</a>" } if(listitems42[i].s==2 || listitems42[i].s==3) h += "<s>" h += listitems42[i].x; if(listitems42[i].s==2 || listitems42[i].s==3) h += "</s>" h += ea if(listitems42[i].s==1) h += "<small><i>(exp)</i></small>\n"; if(listitems42[i].s==3) h += "¹\n"; if(listitems42[i].s==4) h += "²\n"; if(listitems42[i].s==5) h += "³\n"; } document.getElementById("listtab42").innerHTML = h; </script> |
︙ | ︙ | |||
91 92 93 94 95 96 97 | } </script> </div> <h1 align='center'>column-name-list</h1> <div class='imgcontainer'> <img alt="syntax diagram column-name-list" src="../images/syntax/column-name-list.gif"></img><br> | | | | 91 92 93 94 95 96 97 98 99 100 101 102 | } </script> </div> <h1 align='center'>column-name-list</h1> <div class='imgcontainer'> <img alt="syntax diagram column-name-list" src="../images/syntax/column-name-list.gif"></img><br> Used by: <a href='./update-stmt.html'>update-stmt</a> <a href='./update-stmt-limited.html'>update-stmt-limited</a> <a href='./upsert-clause.html'>upsert-clause</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_update.html'>lang_update.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>common-table-expression</h1> <div class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="../images/syntax/common-table-expression.gif"></img><br> Used by: <a href='./compound-select-stmt.html'>compound-select-stmt</a> <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./simple-select-stmt.html'>simple-select-stmt</a><br></br> References: <a href='./select-stmt.html'>select-stmt</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>common-table-expression</h1> <div class='imgcontainer'> <img alt="syntax diagram common-table-expression" src="../images/syntax/common-table-expression.gif"></img><br> Used by: <a href='./compound-select-stmt.html'>compound-select-stmt</a> <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./simple-select-stmt.html'>simple-select-stmt</a><br></br> References: <a href='./select-stmt.html'>select-stmt</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>compound-operator</h1> <div class='imgcontainer'> <img alt="syntax diagram compound-operator" src="../images/syntax/compound-operator.gif"></img><br> Used by: <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 | </script> </div> <h1 align='center'>compound-operator</h1> <div class='imgcontainer'> <img alt="syntax diagram compound-operator" src="../images/syntax/compound-operator.gif"></img><br> Used by: <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
91 92 93 94 95 96 97 | } </script> </div> <h1 align='center'>expr</h1> <div class='imgcontainer'> <img alt="syntax diagram expr" src="../images/syntax/expr.gif"></img><br> | | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 | } </script> </div> <h1 align='center'>expr</h1> <div class='imgcontainer'> <img alt="syntax diagram expr" src="../images/syntax/expr.gif"></img><br> Used by: <a href='./attach-stmt.html'>attach-stmt</a> <a href='./column-constraint.html'>column-constraint</a> <a href='./compound-select-stmt.html'>compound-select-stmt</a> <a href='./create-index-stmt.html'>create-index-stmt</a> <a href='./create-trigger-stmt.html'>create-trigger-stmt</a> <a href='./delete-stmt.html'>delete-stmt</a> <a href='./delete-stmt-limited.html'>delete-stmt-limited</a> <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./indexed-column.html'>indexed-column</a> <a href='./insert-stmt.html'>insert-stmt</a> <a href='./join-constraint.html'>join-constraint</a> <a href='./ordering-term.html'>ordering-term</a> <a href='./result-column.html'>result-column</a> <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./simple-select-stmt.html'>simple-select-stmt</a> <a href='./table-constraint.html'>table-constraint</a> <a href='./table-or-subquery.html'>table-or-subquery</a> <a href='./update-stmt.html'>update-stmt</a> <a href='./update-stmt-limited.html'>update-stmt-limited</a> <a href='./upsert-clause.html'>upsert-clause</a><br></br> References: <a href='./literal-value.html'>literal-value</a> <a href='./raise-function.html'>raise-function</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./type-name.html'>type-name</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
91 92 93 94 95 96 97 | } </script> </div> <h1 align='center'>indexed-column</h1> <div class='imgcontainer'> <img alt="syntax diagram indexed-column" src="../images/syntax/indexed-column.gif"></img><br> | | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 | } </script> </div> <h1 align='center'>indexed-column</h1> <div class='imgcontainer'> <img alt="syntax diagram indexed-column" src="../images/syntax/indexed-column.gif"></img><br> Used by: <a href='./create-index-stmt.html'>create-index-stmt</a> <a href='./table-constraint.html'>table-constraint</a> <a href='./upsert-clause.html'>upsert-clause</a><br></br> References: <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>insert-stmt</h1> <div class='imgcontainer'> <img alt="syntax diagram insert-stmt" src="../images/syntax/insert-stmt.gif"></img><br> Used by: <a href='./create-trigger-stmt.html'>create-trigger-stmt</a> <a href='./sql-stmt.html'>sql-stmt</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 103 | </script> </div> <h1 align='center'>insert-stmt</h1> <div class='imgcontainer'> <img alt="syntax diagram insert-stmt" src="../images/syntax/insert-stmt.gif"></img><br> Used by: <a href='./create-trigger-stmt.html'>create-trigger-stmt</a> <a href='./sql-stmt.html'>sql-stmt</a><br></br> References: <a href='./expr.html'>expr</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./upsert-clause.html'>upsert-clause</a> <a href='./with-clause.html'>with-clause</a><br></br> See also: <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_insert.html'>lang_insert.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>join-clause</h1> <div class='imgcontainer'> <img alt="syntax diagram join-clause" src="../images/syntax/join-clause.gif"></img><br> Used by: <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> References: <a href='./join-constraint.html'>join-constraint</a> <a href='./join-operator.html'>join-operator</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>join-clause</h1> <div class='imgcontainer'> <img alt="syntax diagram join-clause" src="../images/syntax/join-clause.gif"></img><br> Used by: <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> References: <a href='./join-constraint.html'>join-constraint</a> <a href='./join-operator.html'>join-operator</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>join-constraint</h1> <div class='imgcontainer'> <img alt="syntax diagram join-constraint" src="../images/syntax/join-constraint.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a><br></br> References: <a href='./expr.html'>expr</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>join-constraint</h1> <div class='imgcontainer'> <img alt="syntax diagram join-constraint" src="../images/syntax/join-constraint.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a><br></br> References: <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>join-operator</h1> <div class='imgcontainer'> <img alt="syntax diagram join-operator" src="../images/syntax/join-operator.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 | </script> </div> <h1 align='center'>join-operator</h1> <div class='imgcontainer'> <img alt="syntax diagram join-operator" src="../images/syntax/join-operator.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>literal-value</h1> <div class='imgcontainer'> <img alt="syntax diagram literal-value" src="../images/syntax/literal-value.gif"></img><br> Used by: <a href='./column-constraint.html'>column-constraint</a> <a href='./expr.html'>expr</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 | </script> </div> <h1 align='center'>literal-value</h1> <div class='imgcontainer'> <img alt="syntax diagram literal-value" src="../images/syntax/literal-value.gif"></img><br> Used by: <a href='./column-constraint.html'>column-constraint</a> <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>ordering-term</h1> <div class='imgcontainer'> <img alt="syntax diagram ordering-term" src="../images/syntax/ordering-term.gif"></img><br> Used by: <a href='./compound-select-stmt.html'>compound-select-stmt</a> <a href='./delete-stmt-limited.html'>delete-stmt-limited</a> <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./simple-select-stmt.html'>simple-select-stmt</a> <a href='./update-stmt-limited.html'>update-stmt-limited</a><br></br> References: <a href='./expr.html'>expr</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>ordering-term</h1> <div class='imgcontainer'> <img alt="syntax diagram ordering-term" src="../images/syntax/ordering-term.gif"></img><br> Used by: <a href='./compound-select-stmt.html'>compound-select-stmt</a> <a href='./delete-stmt-limited.html'>delete-stmt-limited</a> <a href='./factored-select-stmt.html'>factored-select-stmt</a> <a href='./select-stmt.html'>select-stmt</a> <a href='./simple-select-stmt.html'>simple-select-stmt</a> <a href='./update-stmt-limited.html'>update-stmt-limited</a><br></br> References: <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>raise-function</h1> <div class='imgcontainer'> <img alt="syntax diagram raise-function" src="../images/syntax/raise-function.gif"></img><br> Used by: <a href='./expr.html'>expr</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 | </script> </div> <h1 align='center'>raise-function</h1> <div class='imgcontainer'> <img alt="syntax diagram raise-function" src="../images/syntax/raise-function.gif"></img><br> Used by: <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>result-column</h1> <div class='imgcontainer'> <img alt="syntax diagram result-column" src="../images/syntax/result-column.gif"></img><br> Used by: <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a><br></br> References: <a href='./expr.html'>expr</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>result-column</h1> <div class='imgcontainer'> <img alt="syntax diagram result-column" src="../images/syntax/result-column.gif"></img><br> Used by: <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a><br></br> References: <a href='./expr.html'>expr</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>select-stmt</h1> <div class='imgcontainer'> <img alt="syntax diagram select-stmt" src="../images/syntax/select-stmt.gif"></img><br> Used by: <a href='./common-table-expression.html'>common-table-expression</a> <a href='./create-table-stmt.html'>create-table-stmt</a> <a href='./create-trigger-stmt.html'>create-trigger-stmt</a> <a href='./create-view-stmt.html'>create-view-stmt</a> <a href='./expr.html'>expr</a> <a href='./insert-stmt.html'>insert-stmt</a> <a href='./sql-stmt.html'>sql-stmt</a> <a href='./table-or-subquery.html'>table-or-subquery</a> <a href='./with-clause.html'>with-clause</a><br></br> References: <a href='./common-table-expression.html'>common-table-expression</a> <a href='./compound-operator.html'>compound-operator</a> <a href='./expr.html'>expr</a> <a href='./join-clause.html'>join-clause</a> <a href='./ordering-term.html'>ordering-term</a> <a href='./result-column.html'>result-column</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>select-stmt</h1> <div class='imgcontainer'> <img alt="syntax diagram select-stmt" src="../images/syntax/select-stmt.gif"></img><br> Used by: <a href='./common-table-expression.html'>common-table-expression</a> <a href='./create-table-stmt.html'>create-table-stmt</a> <a href='./create-trigger-stmt.html'>create-trigger-stmt</a> <a href='./create-view-stmt.html'>create-view-stmt</a> <a href='./expr.html'>expr</a> <a href='./insert-stmt.html'>insert-stmt</a> <a href='./sql-stmt.html'>sql-stmt</a> <a href='./table-or-subquery.html'>table-or-subquery</a> <a href='./with-clause.html'>with-clause</a><br></br> References: <a href='./common-table-expression.html'>common-table-expression</a> <a href='./compound-operator.html'>compound-operator</a> <a href='./expr.html'>expr</a> <a href='./join-clause.html'>join-clause</a> <a href='./ordering-term.html'>ordering-term</a> <a href='./result-column.html'>result-column</a> <a href='./table-or-subquery.html'>table-or-subquery</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
92 93 94 95 96 97 98 | </script> </div> <h1 align='center'>signed-number</h1> <div class='imgcontainer'> <img alt="syntax diagram signed-number" src="../images/syntax/signed-number.gif"></img><br> Used by: <a href='./column-constraint.html'>column-constraint</a> <a href='./pragma-value.html'>pragma-value</a> <a href='./type-name.html'>type-name</a><br></br> | | | 92 93 94 95 96 97 98 99 100 101 102 | </script> </div> <h1 align='center'>signed-number</h1> <div class='imgcontainer'> <img alt="syntax diagram signed-number" src="../images/syntax/signed-number.gif"></img><br> Used by: <a href='./column-constraint.html'>column-constraint</a> <a href='./pragma-value.html'>pragma-value</a> <a href='./type-name.html'>type-name</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> <a href='../pragma.html'>pragma.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>table-or-subquery</h1> <div class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="../images/syntax/table-or-subquery.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a> <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a><br></br> References: <a href='./expr.html'>expr</a> <a href='./join-clause.html'>join-clause</a> <a href='./select-stmt.html'>select-stmt</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>table-or-subquery</h1> <div class='imgcontainer'> <img alt="syntax diagram table-or-subquery" src="../images/syntax/table-or-subquery.gif"></img><br> Used by: <a href='./join-clause.html'>join-clause</a> <a href='./select-core.html'>select-core</a> <a href='./select-stmt.html'>select-stmt</a><br></br> References: <a href='./expr.html'>expr</a> <a href='./join-clause.html'>join-clause</a> <a href='./select-stmt.html'>select-stmt</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
93 94 95 96 97 98 99 | </div> <h1 align='center'>type-name</h1> <div class='imgcontainer'> <img alt="syntax diagram type-name" src="../images/syntax/type-name.gif"></img><br> Used by: <a href='./column-def.html'>column-def</a> <a href='./expr.html'>expr</a><br></br> References: <a href='./signed-number.html'>signed-number</a><br></br> | | | 93 94 95 96 97 98 99 100 101 102 103 | </div> <h1 align='center'>type-name</h1> <div class='imgcontainer'> <img alt="syntax diagram type-name" src="../images/syntax/type-name.gif"></img><br> Used by: <a href='./column-def.html'>column-def</a> <a href='./expr.html'>expr</a><br></br> References: <a href='./signed-number.html'>signed-number</a><br></br> See also: <a href='../lang_UPSERT.html'>lang_UPSERT.html</a> <a href='../lang_altertable.html'>lang_altertable.html</a> <a href='../lang_attach.html'>lang_attach.html</a> <a href='../lang_createindex.html'>lang_createindex.html</a> <a href='../lang_createtable.html'>lang_createtable.html</a> <a href='../lang_createtrigger.html'>lang_createtrigger.html</a> <a href='../lang_createview.html'>lang_createview.html</a> <a href='../lang_delete.html'>lang_delete.html</a> <a href='../lang_expr.html'>lang_expr.html</a> <a href='../lang_insert.html'>lang_insert.html</a> <a href='../lang_select.html'>lang_select.html</a> <a href='../lang_update.html'>lang_update.html</a> <a href='../lang_with.html'>lang_with.html</a> <a href='../partialindex.html'>partialindex.html</a> </div> |
︙ | ︙ | |||
164 165 166 167 168 169 170 | Used by: <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#indexed-column">indexed-column</a><br></br> See also: <a href="lang_createindex.html">lang_createindex.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="indexed-column"></a><h4>indexed-column:</h4><div class='imgcontainer'> <img src="images/syntax/indexed-column.gif"></img><br></br> | | | | | | 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | Used by: <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#indexed-column">indexed-column</a><br></br> See also: <a href="lang_createindex.html">lang_createindex.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="indexed-column"></a><h4>indexed-column:</h4><div class='imgcontainer'> <img src="images/syntax/indexed-column.gif"></img><br></br> Used by: <a href="#create-index-stmt">create-index-stmt</a> <a href="#table-constraint">table-constraint</a> <a href="#upsert-clause">upsert-clause</a><br></br> References: <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtable.html#primkeyconst">lang_createtable.html#primkeyconst</a> <a href="lang_createtable.html#uniqueconst">lang_createtable.html#uniqueconst</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="create-table-stmt"></a><h4>create-table-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/create-table-stmt.gif"></img><br></br> Used by: <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#column-def">column-def</a> <a href="#select-stmt">select-stmt</a> <a href="#table-constraint">table-constraint</a><br></br> See also: <a href="lang_createtable.html">lang_createtable.html</a> </div> <a name="column-def"></a><h4>column-def:</h4><div class='imgcontainer'> <img src="images/syntax/column-def.gif"></img><br></br> Used by: <a href="#alter-table-stmt">alter-table-stmt</a> <a href="#create-table-stmt">create-table-stmt</a><br></br> References: <a href="#column-constraint">column-constraint</a> <a href="#type-name">type-name</a><br></br> See also: <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtable.html#tablecoldef">lang_createtable.html#tablecoldef</a> </div> <a name="type-name"></a><h4>type-name:</h4><div class='imgcontainer'> <img src="images/syntax/type-name.gif"></img><br></br> Used by: <a href="#column-def">column-def</a> <a href="#expr">expr</a><br></br> References: <a href="#signed-number">signed-number</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="column-constraint"></a><h4>column-constraint:</h4><div class='imgcontainer'> <img src="images/syntax/column-constraint.gif"></img><br></br> Used by: <a href="#column-def">column-def</a><br></br> References: <a href="#conflict-clause">conflict-clause</a> <a href="#expr">expr</a> <a href="#foreign-key-clause">foreign-key-clause</a> <a href="#literal-value">literal-value</a> <a href="#signed-number">signed-number</a><br></br> See also: <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtable.html#tablecoldef">lang_createtable.html#tablecoldef</a> </div> <a name="signed-number"></a><h4>signed-number:</h4><div class='imgcontainer'> <img src="images/syntax/signed-number.gif"></img><br></br> Used by: <a href="#column-constraint">column-constraint</a> <a href="#pragma-value">pragma-value</a> <a href="#type-name">type-name</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> <a href="pragma.html#syntax">pragma.html#syntax</a> </div> <a name="table-constraint"></a><h4>table-constraint:</h4><div class='imgcontainer'> <img src="images/syntax/table-constraint.gif"></img><br></br> Used by: <a href="#create-table-stmt">create-table-stmt</a><br></br> References: <a href="#conflict-clause">conflict-clause</a> <a href="#expr">expr</a> <a href="#foreign-key-clause">foreign-key-clause</a> <a href="#indexed-column">indexed-column</a><br></br> See also: <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtable.html#primkeyconst">lang_createtable.html#primkeyconst</a> <a href="lang_createtable.html#tablecoldef">lang_createtable.html#tablecoldef</a> <a href="lang_createtable.html#uniqueconst">lang_createtable.html#uniqueconst</a> |
︙ | ︙ | |||
265 266 267 268 269 270 271 | See also: <a href="lang_with.html#recursivecte">lang_with.html#recursivecte</a> </div> <a name="common-table-expression"></a><h4>common-table-expression:</h4><div class='imgcontainer'> <img src="images/syntax/common-table-expression.gif"></img><br></br> Used by: <a href="#compound-select-stmt">compound-select-stmt</a> <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#select-stmt">select-stmt</a> <a href="#simple-select-stmt">simple-select-stmt</a><br></br> References: <a href="#select-stmt">select-stmt</a><br></br> | | | 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 | See also: <a href="lang_with.html#recursivecte">lang_with.html#recursivecte</a> </div> <a name="common-table-expression"></a><h4>common-table-expression:</h4><div class='imgcontainer'> <img src="images/syntax/common-table-expression.gif"></img><br></br> Used by: <a href="#compound-select-stmt">compound-select-stmt</a> <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#select-stmt">select-stmt</a> <a href="#simple-select-stmt">simple-select-stmt</a><br></br> References: <a href="#select-stmt">select-stmt</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="delete-stmt"></a><h4>delete-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/delete-stmt.gif"></img><br></br> Used by: <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#qualified-table-name">qualified-table-name</a> <a href="#with-clause">with-clause</a><br></br> See also: <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_delete.html">lang_delete.html</a> |
︙ | ︙ | |||
314 315 316 317 318 319 320 | <img src="images/syntax/drop-view-stmt.gif"></img><br></br> Used by: <a href="#sql-stmt">sql-stmt</a><br></br> See also: <a href="lang_dropview.html">lang_dropview.html</a> </div> <a name="expr"></a><h4>expr:</h4><div class='imgcontainer'> <img src="images/syntax/expr.gif"></img><br></br> | | | | | | > > > > > > > | 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | <img src="images/syntax/drop-view-stmt.gif"></img><br></br> Used by: <a href="#sql-stmt">sql-stmt</a><br></br> See also: <a href="lang_dropview.html">lang_dropview.html</a> </div> <a name="expr"></a><h4>expr:</h4><div class='imgcontainer'> <img src="images/syntax/expr.gif"></img><br></br> Used by: <a href="#attach-stmt">attach-stmt</a> <a href="#column-constraint">column-constraint</a> <a href="#compound-select-stmt">compound-select-stmt</a> <a href="#create-index-stmt">create-index-stmt</a> <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#delete-stmt">delete-stmt</a> <a href="#delete-stmt-limited">delete-stmt-limited</a> <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#indexed-column">indexed-column</a> <a href="#insert-stmt">insert-stmt</a> <a href="#join-constraint">join-constraint</a> <a href="#ordering-term">ordering-term</a> <a href="#result-column">result-column</a> <a href="#select-core">select-core</a> <a href="#select-stmt">select-stmt</a> <a href="#simple-select-stmt">simple-select-stmt</a> <a href="#table-constraint">table-constraint</a> <a href="#table-or-subquery">table-or-subquery</a> <a href="#update-stmt">update-stmt</a> <a href="#update-stmt-limited">update-stmt-limited</a> <a href="#upsert-clause">upsert-clause</a><br></br> References: <a href="#literal-value">literal-value</a> <a href="#raise-function">raise-function</a> <a href="#select-stmt">select-stmt</a> <a href="#type-name">type-name</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="raise-function"></a><h4>raise-function:</h4><div class='imgcontainer'> <img src="images/syntax/raise-function.gif"></img><br></br> Used by: <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createtrigger.html#raise">lang_createtrigger.html#raise</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="literal-value"></a><h4>literal-value:</h4><div class='imgcontainer'> <img src="images/syntax/literal-value.gif"></img><br></br> Used by: <a href="#column-constraint">column-constraint</a> <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="numeric-literal"></a><h4>numeric-literal:</h4><div class='imgcontainer'> <img src="images/syntax/numeric-literal.gif"></img><br></br><br></br> See also: <a href="lang_expr.html#litvalue">lang_expr.html#litvalue</a> </div> <a name="insert-stmt"></a><h4>insert-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/insert-stmt.gif"></img><br></br> Used by: <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#select-stmt">select-stmt</a> <a href="#upsert-clause">upsert-clause</a> <a href="#with-clause">with-clause</a><br></br> See also: <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> </div> <a name="upsert-clause"></a><h4>upsert-clause:</h4><div class='imgcontainer'> <img src="images/syntax/upsert-clause.gif"></img><br></br> Used by: <a href="#insert-stmt">insert-stmt</a><br></br> References: <a href="#column-name-list">column-name-list</a> <a href="#expr">expr</a> <a href="#indexed-column">indexed-column</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> </div> <a name="pragma-stmt"></a><h4>pragma-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/pragma-stmt.gif"></img><br></br> Used by: <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#pragma-value">pragma-value</a><br></br> See also: <a href="pragma.html#syntax">pragma.html#syntax</a> </div> |
︙ | ︙ | |||
367 368 369 370 371 372 373 | See also: <a href="lang_reindex.html">lang_reindex.html</a> </div> <a name="select-stmt"></a><h4>select-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/select-stmt.gif"></img><br></br> Used by: <a href="#common-table-expression">common-table-expression</a> <a href="#create-table-stmt">create-table-stmt</a> <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#create-view-stmt">create-view-stmt</a> <a href="#expr">expr</a> <a href="#insert-stmt">insert-stmt</a> <a href="#sql-stmt">sql-stmt</a> <a href="#table-or-subquery">table-or-subquery</a> <a href="#with-clause">with-clause</a><br></br> References: <a href="#common-table-expression">common-table-expression</a> <a href="#compound-operator">compound-operator</a> <a href="#expr">expr</a> <a href="#join-clause">join-clause</a> <a href="#ordering-term">ordering-term</a> <a href="#result-column">result-column</a> <a href="#table-or-subquery">table-or-subquery</a><br></br> | | | | 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 | See also: <a href="lang_reindex.html">lang_reindex.html</a> </div> <a name="select-stmt"></a><h4>select-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/select-stmt.gif"></img><br></br> Used by: <a href="#common-table-expression">common-table-expression</a> <a href="#create-table-stmt">create-table-stmt</a> <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#create-view-stmt">create-view-stmt</a> <a href="#expr">expr</a> <a href="#insert-stmt">insert-stmt</a> <a href="#sql-stmt">sql-stmt</a> <a href="#table-or-subquery">table-or-subquery</a> <a href="#with-clause">with-clause</a><br></br> References: <a href="#common-table-expression">common-table-expression</a> <a href="#compound-operator">compound-operator</a> <a href="#expr">expr</a> <a href="#join-clause">join-clause</a> <a href="#ordering-term">ordering-term</a> <a href="#result-column">result-column</a> <a href="#table-or-subquery">table-or-subquery</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="lang_with.html#recursivecte">lang_with.html#recursivecte</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="join-clause"></a><h4>join-clause:</h4><div class='imgcontainer'> <img src="images/syntax/join-clause.gif"></img><br></br> Used by: <a href="#select-core">select-core</a> <a href="#select-stmt">select-stmt</a> <a href="#table-or-subquery">table-or-subquery</a><br></br> References: <a href="#join-constraint">join-constraint</a> <a href="#join-operator">join-operator</a> <a href="#table-or-subquery">table-or-subquery</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="select-core"></a><h4>select-core:</h4><div class='imgcontainer'> <img src="images/syntax/select-core.gif"></img><br></br> Used by: <a href="#compound-select-stmt">compound-select-stmt</a> <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#simple-select-stmt">simple-select-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#join-clause">join-clause</a> <a href="#result-column">result-column</a> <a href="#table-or-subquery">table-or-subquery</a><br></br> See also: <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> |
︙ | ︙ | |||
406 407 408 409 410 411 412 | See also: <a href="lang_select.html#compound">lang_select.html#compound</a> </div> <a name="table-or-subquery"></a><h4>table-or-subquery:</h4><div class='imgcontainer'> <img src="images/syntax/table-or-subquery.gif"></img><br></br> Used by: <a href="#join-clause">join-clause</a> <a href="#select-core">select-core</a> <a href="#select-stmt">select-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#join-clause">join-clause</a> <a href="#select-stmt">select-stmt</a><br></br> | | | | | | | | | | 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | See also: <a href="lang_select.html#compound">lang_select.html#compound</a> </div> <a name="table-or-subquery"></a><h4>table-or-subquery:</h4><div class='imgcontainer'> <img src="images/syntax/table-or-subquery.gif"></img><br></br> Used by: <a href="#join-clause">join-clause</a> <a href="#select-core">select-core</a> <a href="#select-stmt">select-stmt</a><br></br> References: <a href="#expr">expr</a> <a href="#join-clause">join-clause</a> <a href="#select-stmt">select-stmt</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="result-column"></a><h4>result-column:</h4><div class='imgcontainer'> <img src="images/syntax/result-column.gif"></img><br></br> Used by: <a href="#select-core">select-core</a> <a href="#select-stmt">select-stmt</a><br></br> References: <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="join-operator"></a><h4>join-operator:</h4><div class='imgcontainer'> <img src="images/syntax/join-operator.gif"></img><br></br> Used by: <a href="#join-clause">join-clause</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#fromclause">lang_select.html#fromclause</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="join-constraint"></a><h4>join-constraint:</h4><div class='imgcontainer'> <img src="images/syntax/join-constraint.gif"></img><br></br> Used by: <a href="#join-clause">join-clause</a><br></br> References: <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#fromclause">lang_select.html#fromclause</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="ordering-term"></a><h4>ordering-term:</h4><div class='imgcontainer'> <img src="images/syntax/ordering-term.gif"></img><br></br> Used by: <a href="#compound-select-stmt">compound-select-stmt</a> <a href="#delete-stmt-limited">delete-stmt-limited</a> <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#select-stmt">select-stmt</a> <a href="#simple-select-stmt">simple-select-stmt</a> <a href="#update-stmt-limited">update-stmt-limited</a><br></br> References: <a href="#expr">expr</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="compound-operator"></a><h4>compound-operator:</h4><div class='imgcontainer'> <img src="images/syntax/compound-operator.gif"></img><br></br> Used by: <a href="#factored-select-stmt">factored-select-stmt</a> <a href="#select-stmt">select-stmt</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_altertable.html">lang_altertable.html</a> <a href="lang_attach.html">lang_attach.html</a> <a href="lang_createindex.html">lang_createindex.html</a> <a href="lang_createtable.html">lang_createtable.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_createview.html">lang_createview.html</a> <a href="lang_delete.html">lang_delete.html</a> <a href="lang_expr.html">lang_expr.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_select.html">lang_select.html</a> <a href="lang_select.html#compound">lang_select.html#compound</a> <a href="lang_select.html#simpleselect">lang_select.html#simpleselect</a> <a href="lang_update.html">lang_update.html</a> <a href="lang_with.html">lang_with.html</a> <a href="lang_with.html#recursivecte">lang_with.html#recursivecte</a> <a href="partialindex.html">partialindex.html</a> </div> <a name="update-stmt"></a><h4>update-stmt:</h4><div class='imgcontainer'> <img src="images/syntax/update-stmt.gif"></img><br></br> Used by: <a href="#create-trigger-stmt">create-trigger-stmt</a> <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#column-name-list">column-name-list</a> <a href="#expr">expr</a> <a href="#qualified-table-name">qualified-table-name</a> <a href="#with-clause">with-clause</a><br></br> See also: <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_update.html">lang_update.html</a> </div> <a name="column-name-list"></a><h4>column-name-list:</h4><div class='imgcontainer'> <img src="images/syntax/column-name-list.gif"></img><br></br> Used by: <a href="#update-stmt">update-stmt</a> <a href="#update-stmt-limited">update-stmt-limited</a> <a href="#upsert-clause">upsert-clause</a><br></br> See also: <a href="lang_UPSERT.html">lang_UPSERT.html</a> <a href="lang_createtrigger.html">lang_createtrigger.html</a> <a href="lang_insert.html">lang_insert.html</a> <a href="lang_update.html">lang_update.html</a> </div> <a name="update-stmt-limited"></a><h4>update-stmt-limited:</h4><div class='imgcontainer'> <img src="images/syntax/update-stmt-limited.gif"></img><br></br> Used by: <a href="#sql-stmt">sql-stmt</a><br></br> References: <a href="#column-name-list">column-name-list</a> <a href="#expr">expr</a> <a href="#ordering-term">ordering-term</a> <a href="#qualified-table-name">qualified-table-name</a> <a href="#with-clause">with-clause</a><br></br> See also: <a href="lang_update.html">lang_update.html</a> |
︙ | ︙ |
︙ | ︙ | |||
180 181 182 183 184 185 186 187 188 189 190 191 192 193 | <param name="Name" value="ROLLBACK TRANSACTION"> <param name="Local" value="Core/lang_transaction.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="UPDATE"> <param name="Local" value="Core/lang_update.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="VACUUM"> <param name="Local" value="Core/lang_vacuum.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="WITH"> <param name="Local" value="Core/lang_with.html"> | > > > > | 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | <param name="Name" value="ROLLBACK TRANSACTION"> <param name="Local" value="Core/lang_transaction.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="UPDATE"> <param name="Local" value="Core/lang_update.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="UPSERT"> <param name="Local" value="Core/lang_UPSERT.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="VACUUM"> <param name="Local" value="Core/lang_vacuum.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="WITH"> <param name="Local" value="Core/lang_with.html"> |
︙ | ︙ |
︙ | ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | Core\lang_naming.html Core\lang_reindex.html Core\lang_replace.html Core\lang_savepoint.html Core\lang_select.html Core\lang_transaction.html Core\lang_update.html Core\lang_vacuum.html Core\lang_with.html Core\pragma.html Core\sqlite.css Core\syntax.html Core\syntaxdiagrams.html Core\syntax\alter-table-stmt.html | > | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | Core\lang_naming.html Core\lang_reindex.html Core\lang_replace.html Core\lang_savepoint.html Core\lang_select.html Core\lang_transaction.html Core\lang_update.html Core\lang_UPSERT.html Core\lang_vacuum.html Core\lang_with.html Core\pragma.html Core\sqlite.css Core\syntax.html Core\syntaxdiagrams.html Core\syntax\alter-table-stmt.html |
︙ | ︙ |
︙ | ︙ | |||
203 204 205 206 207 208 209 210 | (the <a href="dbstat.html">dbstat virtual table</a>) </li><li> Read and/or write the content of a comma-separated value (CSV) file </li><li> Access the filesystem of the host computer as if it were a database table </li><li> Enabling SQL manipulation of data in statistics packages like R </li></ul> | > > > | | | | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 | (the <a href="dbstat.html">dbstat virtual table</a>) </li><li> Read and/or write the content of a comma-separated value (CSV) file </li><li> Access the filesystem of the host computer as if it were a database table </li><li> Enabling SQL manipulation of data in statistics packages like R </li></ul> <p>See the <a href="vtablist.html">list of virtual tables</a> page for a longer list of actual virtual table implementations. </p><h2 id="usage"><span>1.1. </span>Usage</h2> <p>A virtual table is created using a <a href="lang_createvtab.html">CREATE VIRTUAL TABLE</a> statement. <p><b><a href="syntax/create-virtual-table-stmt.html">create-virtual-table-stmt:</a></b> <button id='x1575' onclick='hideorshow("x1575","x1576")'>hide</button></p> <div id='x1576' class='imgcontainer'> <img alt="syntax diagram create-virtual-table-stmt" src="images/syntax/create-virtual-table-stmt.gif" /> </div> </p><p>The CREATE VIRTUAL TABLE statement creates a new table called <span class='yyterm'>table-name</span> derived from the class class <span class='yyterm'>module-name</span>. The <span class='yyterm'>module-name</span> |
︙ | ︙ | |||
1249 1250 1251 1252 1253 1254 1255 | must choose a rowid for the newly inserted row. Subsequent argv[] entries contain values of the columns of the virtual table, in the order that the columns were declared. The number of columns will match the table declaration that the <a href="vtab.html#xconnect">xConnect</a> or <a href="vtab.html#xcreate">xCreate</a> method made using the <a href="c3ref/declare_vtab.html">sqlite3_declare_vtab()</a> call. All hidden columns are included. </p><p>When doing an insert without a rowid (argc>1, argv[1] is an SQL NULL), | | | | > > > | | 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 | must choose a rowid for the newly inserted row. Subsequent argv[] entries contain values of the columns of the virtual table, in the order that the columns were declared. The number of columns will match the table declaration that the <a href="vtab.html#xconnect">xConnect</a> or <a href="vtab.html#xcreate">xCreate</a> method made using the <a href="c3ref/declare_vtab.html">sqlite3_declare_vtab()</a> call. All hidden columns are included. </p><p>When doing an insert without a rowid (argc>1, argv[1] is an SQL NULL), on a virtual table that uses ROWID (but not on a <a href="vtab.html#worid">WITHOUT ROWID virtual table</a>), the implementation must set *pRowid to the rowid of the newly inserted row; this will become the value returned by the <a href="c3ref/last_insert_rowid.html">sqlite3_last_insert_rowid()</a> function. Setting this value in all the other cases is a harmless no-op; the SQLite engine ignores the *pRowid return value if argc==1 or argv[1] is not an SQL NULL. </p><p>Each call to xUpdate will fall into one of cases shown below. Not that references to <b>argv[i]</b> mean the SQL value held within the argv[i] object, not the argv[i] object itself. </p><blockquote> <dl> <dt><b>argc = 1 <br> argv[0] ≠ NULL</b> </dt><dd><p> DELETE: The single row with rowid or PRIMARY KEY equal to argv[0] is deleted. No insert occurs. </p></dd><dt><b>argc > 1 <br> argv[0] = NULL</b> </dt><dd><p> INSERT: A new row is inserted with column values taken from argv[2] and following. In a rowid virtual table, if argv[1] is an SQL NULL, then a new unique rowid is generated automatically. The argv[1] will be NULL for a <a href="vtab.html#worid">WITHOUT ROWID virtual table</a>, in which case the implementation should take the PRIMARY KEY value from the appropriate column in argv[2] and following. </p></dd><dt><b>argc > 1 <br> argv[0] ≠ NULL <br> argv[0] = argv[1]</b> </dt><dd><p> UPDATE: The row with rowid or PRIMARY KEY argv[0] is updated with new values in argv[2] and following parameters. </p></dd><dt><b>argc > 1 <br> argv[0] ≠ NULL <br> argv[0] ≠ argv[1]</b> </dt><dd><p> UPDATE with rowid or PRIMARY KEY change: The row with rowid or PRIMARY KEY argv[0] is updated with the rowid or PRIMARY KEY in argv[1] and new values in argv[2] and following parameters. This will occur when an SQL statement updates a rowid, as in the statement: </p><blockquote> <a href="lang_update.html">UPDATE</a> table SET rowid=rowid+1 WHERE ...; </blockquote> </dd></dl> |
︙ | ︙ |
︙ | ︙ | |||
36 37 38 39 40 41 42 43 44 45 46 47 48 49 | [file join lang_naming.html] \ [file join lang_reindex.html] \ [file join lang_replace.html] \ [file join lang_savepoint.html] \ [file join lang_select.html] \ [file join lang_transaction.html] \ [file join lang_update.html] \ [file join lang_vacuum.html] \ [file join lang_with.html] \ [file join pragma.html] \ [file join sqlite.css] \ [file join syntax.html] \ [file join syntaxdiagrams.html] \ [file join vtab.html] \ | > | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | [file join lang_naming.html] \ [file join lang_reindex.html] \ [file join lang_replace.html] \ [file join lang_savepoint.html] \ [file join lang_select.html] \ [file join lang_transaction.html] \ [file join lang_update.html] \ [file join lang_UPSERT.html] \ [file join lang_vacuum.html] \ [file join lang_with.html] \ [file join pragma.html] \ [file join sqlite.css] \ [file join syntax.html] \ [file join syntaxdiagrams.html] \ [file join vtab.html] \ |
︙ | ︙ |
︙ | ︙ | |||
115 116 117 118 119 120 121 122 123 124 125 126 127 128 | Doc/Extra/Core/lang_naming.html Doc/Extra/Core/lang_reindex.html Doc/Extra/Core/lang_replace.html Doc/Extra/Core/lang_savepoint.html Doc/Extra/Core/lang_select.html Doc/Extra/Core/lang_transaction.html Doc/Extra/Core/lang_update.html Doc/Extra/Core/lang_vacuum.html Doc/Extra/Core/lang_with.html Doc/Extra/Core/pragma.html Doc/Extra/Core/sqlite.css Doc/Extra/Core/syntax.html Doc/Extra/Core/syntax/ Doc/Extra/Core/syntax/alter-table-stmt.html | > | 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | Doc/Extra/Core/lang_naming.html Doc/Extra/Core/lang_reindex.html Doc/Extra/Core/lang_replace.html Doc/Extra/Core/lang_savepoint.html Doc/Extra/Core/lang_select.html Doc/Extra/Core/lang_transaction.html Doc/Extra/Core/lang_update.html Doc/Extra/Core/lang_UPSERT.html Doc/Extra/Core/lang_vacuum.html Doc/Extra/Core/lang_with.html Doc/Extra/Core/pragma.html Doc/Extra/Core/sqlite.css Doc/Extra/Core/syntax.html Doc/Extra/Core/syntax/ Doc/Extra/Core/syntax/alter-table-stmt.html |
︙ | ︙ |
︙ | ︙ | |||
1053 1054 1055 1056 1057 1058 1059 | /// entries contain values of the columns of the virtual table, in the /// order that the columns were declared. The number of columns will /// match the table declaration that the xConnect or xCreate method made /// using the sqlite3_declare_vtab() call. All hidden columns are included. /// </para> /// <para> /// When doing an insert without a rowid (argc>1, argv[1] is an SQL NULL), | | | | > | > > | 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 | /// entries contain values of the columns of the virtual table, in the /// order that the columns were declared. The number of columns will /// match the table declaration that the xConnect or xCreate method made /// using the sqlite3_declare_vtab() call. All hidden columns are included. /// </para> /// <para> /// When doing an insert without a rowid (argc>1, argv[1] is an SQL NULL), /// on a virtual table that uses ROWID (but not on a WITHOUT ROWID virtual table), /// the implementation must set *pRowid to the rowid of the newly inserted row; /// this will become the value returned by the sqlite3_last_insert_rowid() /// function. Setting this value in all the other cases is a harmless no-op; /// the SQLite engine ignores the *pRowid return value if argc==1 or /// argv[1] is not an SQL NULL. /// </para> /// <para> /// Each call to xUpdate will fall into one of cases shown below. /// Not that references to <![CDATA[<b>]]>argv[i]<![CDATA[</b>]]> mean the SQL value /// held within the argv[i] object, not the argv[i] /// object itself. /// </para> /// <para><code> /// <![CDATA[<dl>]]> /// <![CDATA[<dt>]]><![CDATA[<b>]]>argc = 1 <![CDATA[<br>]]> argv[0] ≠ NULL<![CDATA[</b>]]> /// <![CDATA[</dt>]]><![CDATA[<dd>]]> /// DELETE: The single row with rowid or PRIMARY KEY equal to argv[0] is deleted. /// No insert occurs. /// <![CDATA[</dd>]]><![CDATA[<dt>]]><![CDATA[<b>]]>argc > 1 <![CDATA[<br>]]> argv[0] = NULL<![CDATA[</b>]]> /// <![CDATA[</dt>]]><![CDATA[<dd>]]> /// INSERT: A new row is inserted with column values taken from /// argv[2] and following. In a rowid virtual table, if argv[1] is an SQL NULL, /// then a new unique rowid is generated automatically. The argv[1] will be NULL /// for a WITHOUT ROWID virtual table, in which case the implementation should /// take the PRIMARY KEY value from the appropriate column in argv[2] and following. /// <![CDATA[</dd>]]><![CDATA[<dt>]]><![CDATA[<b>]]>argc > 1 <![CDATA[<br>]]> argv[0] ≠ NULL <![CDATA[<br>]]> argv[0] = argv[1]<![CDATA[</b>]]> /// <![CDATA[</dt>]]><![CDATA[<dd>]]> /// UPDATE: /// The row with rowid or PRIMARY KEY argv[0] is updated with new values /// in argv[2] and following parameters. /// <![CDATA[</dd>]]><![CDATA[<dt>]]><![CDATA[<b>]]>argc > 1 <![CDATA[<br>]]> argv[0] ≠ NULL <![CDATA[<br>]]> argv[0] ≠ argv[1]<![CDATA[</b>]]> /// <![CDATA[</dt>]]><![CDATA[<dd>]]> /// UPDATE with rowid or PRIMARY KEY change: /// The row with rowid or PRIMARY KEY argv[0] is updated with /// the rowid or PRIMARY KEY in argv[1] /// and new values in argv[2] and following parameters. This will occur /// when an SQL statement updates a rowid, as in the statement: /// <para><code> /// UPDATE table SET rowid=rowid+1 WHERE ...; /// </code></para> /// <![CDATA[</dd>]]><![CDATA[</dl>]]> |
︙ | ︙ |