Skip to content

Fix typo, fix sql query, add resource to docs/sql/faqs.md#202

Open
cyr1l0u wants to merge 2 commits intotablelandnetwork:mainfrom
cyr1l0u:main
Open

Fix typo, fix sql query, add resource to docs/sql/faqs.md#202
cyr1l0u wants to merge 2 commits intotablelandnetwork:mainfrom
cyr1l0u:main

Conversation

@cyr1l0u
Copy link

@cyr1l0u cyr1l0u commented Nov 10, 2024

Fix typo: "decimals values" to "decimal values"

Fix query:
INSERT INTO escape_table (id, VALUES (0, 'My string''s escaping!')
to
INSERT INTO escape_table (id, val) VALUES (0, 'My string''s escaping!')

Add a resource: sqlable (my website), an online SQL formatter

Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com>
Signed-off-by: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com>
@cyr1l0u cyr1l0u requested a review from dtbuchholz as a code owner November 10, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant