0

In comand:

SELECT * FROM "Messages" author = 'spikinas' )

I got:

near "=": syntax error: 

How should i change comand line for it to work?

2 Answers 2

2
SELECT * FROM "Messages" WHERE author = 'spikinas'
Sign up to request clarification or add additional context in comments.

Comments

0
SELECT *
FROM "Name Of Your Table Without the Quotes"
WHERE author = 'spikinas'

Make sure 'spikinas' starts with LOWER CASE s, if not change the sql to 'Spikinas' UPPER CASE S

1 Comment

what on earth has the case of the literal go to do with it? You have absolutely no idea what collation the OP is using

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.