[sqlite] Getting a specific row

2016-01-19 Thread R Smith
On 2016/01/19 8:14 AM, Ali Moradi wrote: > Hi, i am working on a python 2.x and Tkinter program. My table have 2 > fields. How can i get a specific row? Should i write : > SELECT * FROM (table-name) WHERE IDENTIFICATION == 1 > > How can i get the row id? Thanks. Adding to other replies - you

[sqlite] Getting a specific row

2016-01-19 Thread Ali Moradi
Hi, i am working on a python 2.x and Tkinter program. My table have 2 fields. How can i get a specific row? Should i write : SELECT * FROM (table-name) WHERE IDENTIFICATION == 1 How can i get the row id? Thanks.

[sqlite] Getting a specific row

2016-01-19 Thread Simon Slavin
On 19 Jan 2016, at 6:14am, Ali Moradi wrote: > Hi, i am working on a python 2.x and Tkinter program. My table have 2 > fields. How can i get a specific row? Should i write : > SELECT * FROM (table-name) WHERE IDENTIFICATION == 1 > > How can i get the row id? Thanks. If you know the value in