KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy when the backtick is required Reply To: when the backtick is required

  • rocuinneagain

    Member
    June 14, 2024 at 11:55 am

    This is a qSQL statement:

    https://code.kx.com/q/ref/delete/

    q)delete ps from x

    qSQL has some differences to q.

    “delete is a qSQL query template and varies from regular q syntax.”

    In qSQL statements backticks are not needed for looking up columns in a table or keys in a dictionary.

    These are normal q statements:

    q)load `:flatT //Uses ` to declare a symbol, this case is known as a hsym, denoting a filepath as it starts with :
    q)`flatT in key `. //` used to declare a symbol `flatT and also to refer to . the default namespace