3 lines
102 B
SQL
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;
|