Skip to content

Commit

Permalink
Merge pull request #6605 from mitjapotocin/patch-1
Browse files Browse the repository at this point in the history
Update sqltable.md
  • Loading branch information
markotoplak committed Oct 23, 2023
2 parents df41089 + b1ed28f commit 219852d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/visual-programming/source/widgets/data/sqltable.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ To handle large databases, Orange attempts to execute a part of the computation
6. Press the blue button to connect to the database. Then select the table in the dropdown.
7. *Auto-discover categorical variables* will cast INT and CHAR columns with less than 20 distinct values as categorical variables (finding all distinct values can be slow on large tables). When not selected, INT will be treated as numeric and CHAR as text. *Download to local memory* downloads the selected table to your local machine.

##Installation Instructions
## Installation Instructions

###PostgreSQL
### PostgreSQL

Install the backend.

Expand All @@ -40,15 +40,15 @@ Note: `psycopg2-binary` comes with own versions of a few C libraries, among whic

[Install the extensions](https://github.com/biolab/orange3/wiki/Installation-of-SQL-extensions). [optional]

###MSSQL
### MSSQL

Install the backend.

pip install pymssql

If you are encountering issues, follow [these instructions](https://github.com/biolab/orange3/wiki/Installation-of-SQL-extensions#mssql).

##Example
## Example

Here is a simple example on how to use the **SQL Table** widget. Place the widget on the canvas, enter your database credentials and connect to your database. Then select the table you wish to analyse.

Expand Down

0 comments on commit 219852d

Please sign in to comment.