I have a MySQL db, and I needed to know what query should I use for selecting the row whith the ID I tell it:
An example row:
TITLE: test
DATE: 01/01/01 01:01
CONTENT: test content
ID: 5
How would I query it so I tell MySQL to give me the row which has the ID 5? Thanks 😀
1 Answer