Postgresql Select Constant Postgresql Select Constant postgresql postgresql

Postgresql Select Constant


Change your double quotes to single quotes.

So this:

Select      "constant" constantvalue,     orders.namefrom      orders

Should be this:

Select      'constant' constantvalue,     orders.namefrom      orders