Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
gustavoclientes
#MySQL 5.7.12 #please drop objects you've created at the end of the script #or check for their existance before creating #'\\' is a delimiter select version() as 'mysql version'; /* create table gustavoclientes( id int not null primary key, nome varchar(30) not null, sobre varchar(30) not null, idade int(3) ); */ # alter table gustavoclientes modify column id int not null auto_increment;
run
|
edit
|
history
|
help
0
CS
MySQL: calculate overlapping periods
Srinivas
mysql_
practice
13 de Abril del 2018
Subrahmanyamk
sree..
Práctica MySQL 1
Test for MySQL "serializable" transaction, part 1