Hi Team,Would like to know what the substitute/input variable available in psql.Oracle we use & - select a, b , c from table where a like &a;Is there an alternative in psql?
Colon - read the documentation, psql section, for the exact syntax.
David J.