2014-09-17 13:23:48 +02:00

3 lines
102 B
SQL

prompt Show min/max (low/high) values in column "&1" of table &2....
select min(&1), max(&1) from &2;