🛠️
Web Tools Hub
Text
JSON
Encoding
Color
Network
Math
Misc
English
🔄
SQL to JSON
SQL INSERT to JSON
SQL INSERT
1
2
3
4
INSERT INTO users (id, name, email, age) VALUES (1, 'Alice', 'alice@example.com', 30), (2, 'Bob', 'bob@example.com', 25), (3, 'Charlie', 'charlie@example.com', NULL);
Convert to JSON
Instructions
SQL INSERT to JSON.