Adding PrefixExp and SuffixExp to allow more complex prefix expressions to be easily built in line, rather than having to create a seperate subquery builder, build the sql, and then use that as arguments to .Prefix(sql, args...). The code to be included will be from squirrel package.
Adding PrefixExp and SuffixExp to allow more complex prefix expressions to be easily built in line, rather than having to create a seperate subquery builder, build the sql, and then use that as arguments to .Prefix(sql, args...). The code to be included will be from squirrel package.