Hi,
In the following my SQLite database has 10 values in each table. However, when performing my query there are around 100 results returned.
SELECT videoformat, audioformat FROM videocodec, audiocodec
Any ideas with why it is doing this?
Thanks