This website requires JavaScript.
Explore
Help
Sign In
guanjihuan
/
GitHub_collection_hello-world
Watch
1
Star
0
Fork
0
You've already forked GitHub_collection_hello-world
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
GitHub_collection_hello-world
/
s
/
sql.sql
5 lines
104 B
MySQL
Raw
Normal View
History
Unescape
Escape
Create sql.sql
2015-08-26 17:55:03 -07:00
CREATE
TABLE
HELLO
(
HELLO
CHAR
(
12
)
)
Fix sql. Update without rows doesn't do anything, which meant the select didn't return anything.
2016-05-20 14:44:36 +02:00
INSERT
INTO
HELLO
VALUES
(
'
HELLO WORLD!
'
)
Create sql.sql
2015-08-26 17:55:03 -07:00
SELECT
*
FROM
HELLO
Reference in New Issue
Copy Permalink