sqbjs/sqb

procedure join

Closed this issue · 1 comments

I write procedure this way
INPUT:
select('B.BOOK_ID', 'a.NAME').from('BOOK B')
.join(
sqb.leftOuterJoin(raw('table (getBook(B.YEAR,WRITER_ID)) a on 1=1'))
)
Is there any easier way to cover all databases?

We may make an implementation for procedure calls next releases.