0

I want to set default value for a varchar column in sqlite.

default value is a path like c:\log

but sqliteStudio don't allow me to add this and after C value rest of values are in purple:

c:\log

how should I add this?

1 Answer 1

1

In SQL, string values must be quoted:

'c:\log'
Sign up to request clarification or add additional context in comments.

Comments

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.