Skip to content
Snippets Groups Projects
Commit 79b105e8 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

SqlBuilder add NOT_EXISTS

parent a1eac644
No related branches found
No related tags found
No related merge requests found
......@@ -1334,6 +1334,11 @@ SqlBuilder.EXISTS = function()
return "exists ?";
}
SqlBuilder.NOT_EXISTS = function()
{
return "exists ?";
}
//TODO: more detailed comments with examples
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment