Skip to content

Commit 219852d

Browse files
authored
Merge pull request #6605 from mitjapotocin/patch-1
Update sqltable.md
2 parents df41089 + b1ed28f commit 219852d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/visual-programming/source/widgets/data/sqltable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To handle large databases, Orange attempts to execute a part of the computation
2222
6. Press the blue button to connect to the database. Then select the table in the dropdown.
2323
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.
2424

25-
##Installation Instructions
25+
## Installation Instructions
2626

27-
###PostgreSQL
27+
### PostgreSQL
2828

2929
Install the backend.
3030

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

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

43-
###MSSQL
43+
### MSSQL
4444

4545
Install the backend.
4646

4747
pip install pymssql
4848

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

51-
##Example
51+
## Example
5252

5353
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.
5454

0 commit comments

Comments
 (0)