Comment by SlackingOff123
9 days ago
I agree. I also wish it was possible to run multiple queries in the same window e.g.:
select * from crime_scene;
select * from suspects;
9 days ago
I agree. I also wish it was possible to run multiple queries in the same window e.g.:
select * from crime_scene;
select * from suspects;
This maintains zero relationship between the tables, of course, but it shows you both. You could also specify individual columns.