Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sql
#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 testutfxy(aspecialstring varchar(20)); insert into testutfxy values ('▲'); select * from testutfxy; create table testutfxz(aspecialstring varchar(20) CHARACTER SET utf8); insert into testutfxz values ('▲'); select * from testutfxz; create table testutfzz(aspecialstring varchar(20) CHARACTER SET utf8mb4 ); insert into testutfzz values ('▲'); select * from testutfzz; drop table testutfzz; drop table testutfxz; drop table testutfxy;
run
|
edit
|
history
|
help
1
nesha
Srinivas
Closest companies
JA
Reviews and Permissions
Top 2 Query
MySQL Practice
act5
user data by unspecific date, according to param "last entry, last but one, last but two, etc."
salamatova