Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
arjun
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
--PostgreSQL 9.6 --'\\' is a delimiter create table arjun(name text, age integer); insert into arjun values ('a' , 1); insert into arjun values ('b' , 2); insert into arjun values ('c' , 3); insert into arjun values ('d' , 4); insert into arjun values ('e' , 5); insert into arjun values ('f' , 6); insert into arjun values ('g' , 7); insert into arjun values ('h' , 8); select * from arjun where age>=4;
edit mode
|
history
|
discussion