We deliver solutions for the AI eraâcombining symbolic computation, data-driven insights and deep technology expertise.
SQLSelect[conn,table]
extracts data from a table in an SQL connection.
SQLSelect[conn,table,cols]
extracts data from particular columns.
SQLSelect[conn,table,cols,cond]
only extracts data that matches cond.
Details and OptionsIf you find that the examples in this section do not work as shown, you may need to install or restore the example database with the DatabaseLink`DatabaseExamples` package, as described in Using the Example Databases.
Join data from multiple tables:
Select data matching a condition:
Select data matching a pattern:
Scope (1)Select data matching a condition:
Combine conditions using And and Or:
Options (8) "FetchSize" (1)The "FetchSize" option suggests to the JDBC driver a number of rows to fetch on each visit to the database. Increasing this parameter reduces the amount of network traffic required to execute a query, at the cost of memory used:
Compute memory in use, including both kernel and Java layers:
Fetch a large result with a small fetch size:
Fetch a large result with a large fetch size:
"GetAsStrings" (1)Retrieve data without converting it to Wolfram Language types:
"MaxFieldSize" (1)For some variable-length column types the "MaxFieldSize" option can be used to limit the number of bytes returned for a field:
Create a table with a VARCHAR field:
Select string contents, limiting byte length of results:
"MaxRows" (1)Limit the number of rows returned in a result:
"ShowColumnHeadings" (1)Include column names as the first row of the results:
"SortingColumns" (1) "ColumnSymbols" (1)Supply a list of symbols for query results to be assigned to:
Supply a function to operate on column names and results. If column headings have not been requested, the first argument to the function will be Null:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4