Skip to content

v1.1.12

Compare
Choose a tag to compare
@filepounder filepounder released this 01 Feb 08:12
· 445 commits to main since this release
9f7d8b9

Fixes

  • NOT LIKE returning empty match condition
  • Alias prefixing on expressions in select statement
    select filmId,(f.filmId + f.`Rental Duration` + 2) as val from films f where id>1