I have a table (stitch) with one row, like this:
All columns are formatted as text.
when I run:
SELECT * FROM stitch WHERE user='liam'
I get the expected result of a single row.
But when I run:
SELECT * FROM stitch WHERE group='010000'
I get a syntax error. I cannot see what I am doing wrong.
Can anyone help me out?