This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
difftastic
mirror of
https://github.com/Wilfred/difftastic/
Watch
1
Star
0
Fork
You've already forked difftastic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aca32ba1ac
difftastic
/
vendored_parsers
/
tree-sitter-sql
/
examples
/
function.sql
4 lines
97 B
SQL
Raw
Blame
History
CREATE
FUNCTION
add
(
integer
,
integer
)
RETURNS
integer
AS
'
select $1 + $2;
'
LANGUAGE
SQL
;
Reference in New Issue
View Git Blame
Copy Permalink