create table foo(a integer, b integer, c integer);insert into foo values('hui', 'pizda', 'djigurda');select a, b, c, a+b from foo;
Standard input is empty
hui|pizda|djigurda|0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!