Join our Community Kickstart Hackathon to win a MacBook and other great prizes

Sign up on Discord
Back to Product Updates

CTE autocompletion

Y42 supports now autocompletion for Common Table Expression (CTEs) code blocks. You have the ability to:

  • Retrieve the names of CTEs referenced within the SQL model.
  • Obtain a complete list of columns for any referenced CTE.
  • Access specific columns from a CTE.

Learn more →