May 2019
Intermediate to advanced
600 pages
20h 46m
English
We change vartest.sql as follows:
\set tabname mytable\set colname mycol\set colval 'myval'ALTER TABLE :tabname ADD COLUMN :colname text;UPDATE :tabname SET :colname = :'colval';
Read now
Unlock full access