Top "String-constant" questions

cannot get simple PostgreSQL insert to work

I'm trying to do a simple insert into a postgres table, but am getting an error that the value I'm …

sql postgresql string-constant
static string constants in class vs namespace for constants [c++]

I want to declare string constants that will be used across various classes in the project. I am considering two …

c++ namespaces constants string-constant
Simple Postgresql Statement - column name does not exists

I've been pulling my hair out. I have a very simple postgre database, one specific table has a column named …

php postgresql string-constant
Why does Postgres say column does not exist?

So I have been working on the following sql script and I can't seem to figure out why it keeps …

sql postgresql string-constant
What is the difference between a String Constant and String Literal in C?

What's the difference between a String Constant and String Literal in plain C? This question is similar to another: What's …

c string-literals string-constant