Closed phiresky closed 5 years ago
When importing select
directly, the error is
The 'this' context of type 'void' is not assignable to method's 'this' of type 'SelectQuery<{}, {}, NoColumnsSelected>'.ts(2684)
Ok turns out the problem is just the location and text of the error message :/
sql.select(sql.val(123).as("tmp"))
works
sql.select(sql.val(123))