[
home
]
[
KJB
]
[
bt
/
eve
/
wah
]
/eve/ - Time of EVE
In the future, probably Japan. ‘Robots’ have long been put into practical use. This is a time not far after the widespread deployment of ‘Androids’.
Reading mode: Focus
[Return]
[Go to bottom]
Hello, World!
Maria DuBois
10/27/25 (Mon) 03:09:26
c3b49
No.
1
USE h2ochan;
– say "Hello, World!"
INSERT INTO posts_eve (text) VALUES ('Hello, visitors of the EVE Café.');
– implement the rule
CREATE TRIGGER automod AFTER INSERT ON posts_eve FOR EACH ROW
BEGIN
IF NEW.text LIKE '%Robots can''t even cry!%' THEN
INSERT INTO posts_eve (text) VALUES ('Reminder: We are all Readers and Writers.');
END IF;
END;
– enable
INSERT INTO posts_eve (text) VALUES ('The café door is open. Mind your manners.');
[Return]
[Go to top]
Catalog
[Post a Reply]
Delete Post [
File
]
Password
Reason
[
home
]
[
KJB
]
[
bt
/
eve
/
wah
]