Skip to content
Snippets Groups Projects
Verified Commit afcf3340 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: update docs for new behavior of FIND queries (also for FROM)

parent 9410d638
No related branches found
No related tags found
1 merge request!93Release 0.11.0
Checking pipeline status
......@@ -34,7 +34,7 @@ Often we are interested in table like data for our processing. And the disentang
>>> from caosadvancedtools.table_converter import to_table
>>> # Let us retrieve the data in a table like form using `SELECT`
>>> data = db.execute_query("SELECT quality_factor FROM RECORD Analysis with quality_factor" )
>>> data = db.execute_query("SELECT quality_factor FROM Analysis with quality_factor" )
>>> table = to_table(data)
>>> print(table)
quality_factor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment