I\'d like to know if a simple select, update or delete, for example:
select col1 from x;
or
update x set col1 = 10..