What’s new in Kognitio Console version 80199s170123
SQL in expression contexts Up until this release SQL could only occur in Lua statements or assignments. For example in Kognitio Scripts we can write SQL within the script as a statement or assigning the results table to a variable. drop table hr.employee; t = select * from sys.ipe_user; This release of Kognitio Console adds…