Skip to content

Commit

Permalink
improve sql descs
Browse files Browse the repository at this point in the history
  • Loading branch information
se-omar committed Jan 16, 2024
1 parent bb325f6 commit 9488a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql.go
Original file line number Diff line number Diff line change
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 9488a4f

Please sign in to comment.