Skip to content

Commit

Permalink
Merge pull request #323 from se-omar/sql-descs
Browse files Browse the repository at this point in the history
Sql descs
  • Loading branch information
brianvoe committed Jan 16, 2024
2 parents d59376d + 9488a4f commit b288bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.go
Expand Up @@ -105,7 +105,7 @@ func addDatabaseSQLLookup() {
AddFuncLookup("sql", Info{
Display: "SQL",
Category: "database",
Description: "Generates a SQL multi insert statement",
Description: "Command in SQL used to add new data records into a database table",
Example: `INSERT INTO people
(id, first_name, price, age, created_at)
VALUES
Expand Down

0 comments on commit b288bf8

Please sign in to comment.