Diferències
Ací es mostren les diferències entre la revisió seleccionada i la versió actual de la pàgina.
| info:cursos:pue:python-pcpp1:m5:1.1 [04/03/2024 09:47] – creat mate | info:cursos:pue:python-pcpp1:m5:1.1 [04/03/2024 13:54] (actual) – [sqlite3 – reading data (part 1)] mate | ||
|---|---|---|---|
| Línia 256: | Línia 256: | ||
| <code sql> | <code sql> | ||
| In the first variant, we decide to read the values saved in only one column. If we'd like to read only the names of the '' | In the first variant, we decide to read the values saved in only one column. If we'd like to read only the names of the '' | ||
| - | <code sql> | + | <code sql> |
| The second variant allows you to read values from more columns. If we'd like to read the task names and their priorities, we could use the following query: | The second variant allows you to read values from more columns. If we'd like to read the task names and their priorities, we could use the following query: | ||